Class MhsmPrivateEndpointConnectionsPutResponse

java.lang.Object
com.azure.core.http.rest.ResponseBase<MhsmPrivateEndpointConnectionsPutHeaders,MhsmPrivateEndpointConnectionInner>
com.azure.resourcemanager.keyvault.models.MhsmPrivateEndpointConnectionsPutResponse
All Implemented Interfaces:
com.azure.core.http.rest.Response<MhsmPrivateEndpointConnectionInner>

public final class MhsmPrivateEndpointConnectionsPutResponse extends com.azure.core.http.rest.ResponseBase<MhsmPrivateEndpointConnectionsPutHeaders,MhsmPrivateEndpointConnectionInner>
Contains all response data for the put operation.
  • Constructor Details

    • MhsmPrivateEndpointConnectionsPutResponse

      public MhsmPrivateEndpointConnectionsPutResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, MhsmPrivateEndpointConnectionInner value, MhsmPrivateEndpointConnectionsPutHeaders headers)
      Creates an instance of MhsmPrivateEndpointConnectionsPutResponse.
      Parameters:
      request - the request which resulted in this MhsmPrivateEndpointConnectionsPutResponse.
      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.
  • Method Details