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