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