public final class PrivateEndpointConnectionsPutResponse extends com.azure.core.http.rest.ResponseBase<PrivateEndpointConnectionsPutHeaders,PrivateEndpointConnectionInner>
| Constructor and Description |
|---|
PrivateEndpointConnectionsPutResponse(com.azure.core.http.HttpRequest request,
int statusCode,
com.azure.core.http.HttpHeaders rawHeaders,
PrivateEndpointConnectionInner value,
PrivateEndpointConnectionsPutHeaders headers)
Creates an instance of PrivateEndpointConnectionsPutResponse.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateEndpointConnectionInner |
getValue() |
public PrivateEndpointConnectionsPutResponse(com.azure.core.http.HttpRequest request,
int statusCode,
com.azure.core.http.HttpHeaders rawHeaders,
PrivateEndpointConnectionInner value,
PrivateEndpointConnectionsPutHeaders headers)
request - the request which resulted in this PrivateEndpointConnectionsPutResponse.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.public PrivateEndpointConnectionInner getValue()
getValue in interface com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>getValue in class com.azure.core.http.rest.ResponseBase<PrivateEndpointConnectionsPutHeaders,PrivateEndpointConnectionInner>Copyright © 2020. All rights reserved.