Class ClustersUpdateResponse

  • All Implemented Interfaces:
    com.azure.core.http.rest.Response<ClusterInner>

    public final class ClustersUpdateResponse
    extends com.azure.core.http.rest.ResponseBase<ClustersUpdateHeaders,​ClusterInner>
    Contains all response data for the update operation.
    • Constructor Detail

      • ClustersUpdateResponse

        public ClustersUpdateResponse​(com.azure.core.http.HttpRequest request,
                                      int statusCode,
                                      com.azure.core.http.HttpHeaders rawHeaders,
                                      ClusterInner value,
                                      ClustersUpdateHeaders headers)
        Creates an instance of ClustersUpdateResponse.
        Parameters:
        request - the request which resulted in this ClustersUpdateResponse.
        statusCode - the status code of the HTTP response.
        rawHeaders - the raw headers of the HTTP response.
        value - the deserialized value of the HTTP response.
        headers - the deserialized headers of the HTTP response.