NetworkGroupsCreateOrUpdateResponse Class
- java.
lang. Object - com.
azure. core. http. rest. ResponseBase<H,T> - com.
azure. resourcemanager. network. models. NetworkGroupsCreateOrUpdateResponse
- com.
- com.
public final class NetworkGroupsCreateOrUpdateResponse
extends ResponseBase<NetworkGroupsCreateOrUpdateHeaders,NetworkGroupInner>
Contains all response data for the createOrUpdate operation.
Constructor Summary
Constructor | Description |
---|---|
NetworkGroupsCreateOrUpdateResponse(HttpRequest request, int statusCode, HttpHeaders rawHeaders, NetworkGroupInner value, NetworkGroupsCreateOrUpdateHeaders headers) |
Creates an instance of Network |
Method Summary
Modifier and Type | Method and Description |
---|---|
Network |
getValue()
Gets the deserialized response body. |
Methods inherited from ResponseBase
Methods inherited from java.lang.Object
Constructor Details
NetworkGroupsCreateOrUpdateResponse
public NetworkGroupsCreateOrUpdateResponse(HttpRequest request, int statusCode, HttpHeaders rawHeaders, NetworkGroupInner value, NetworkGroupsCreateOrUpdateHeaders headers)
Creates an instance of NetworkGroupsCreateOrUpdateResponse.
Parameters:
request
- the request which resulted in this NetworkGroupsCreateOrUpdateResponse.
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
getValue
public NetworkGroupInner getValue()
Gets the deserialized response body.
Overrides:
NetworkGroupsCreateOrUpdateResponse.getValue()Returns:
the deserialized response body.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java