Class DeploymentsWhatIfAtSubscriptionScopeResponse
- java.lang.Object
-
- com.azure.core.http.rest.ResponseBase<DeploymentsWhatIfAtSubscriptionScopeHeaders,WhatIfOperationResultInner>
-
- com.azure.resourcemanager.resources.models.DeploymentsWhatIfAtSubscriptionScopeResponse
-
- All Implemented Interfaces:
com.azure.core.http.rest.Response<WhatIfOperationResultInner>
public final class DeploymentsWhatIfAtSubscriptionScopeResponse extends com.azure.core.http.rest.ResponseBase<DeploymentsWhatIfAtSubscriptionScopeHeaders,WhatIfOperationResultInner>
Contains all response data for the whatIfAtSubscriptionScope operation.
-
-
Constructor Summary
Constructors Constructor Description DeploymentsWhatIfAtSubscriptionScopeResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, WhatIfOperationResultInner value, DeploymentsWhatIfAtSubscriptionScopeHeaders headers)Creates an instance of DeploymentsWhatIfAtSubscriptionScopeResponse.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WhatIfOperationResultInnergetValue()
-
-
-
Constructor Detail
-
DeploymentsWhatIfAtSubscriptionScopeResponse
public DeploymentsWhatIfAtSubscriptionScopeResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, WhatIfOperationResultInner value, DeploymentsWhatIfAtSubscriptionScopeHeaders headers)Creates an instance of DeploymentsWhatIfAtSubscriptionScopeResponse.- Parameters:
request- the request which resulted in this DeploymentsWhatIfAtSubscriptionScopeResponse.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 Detail
-
getValue
public WhatIfOperationResultInner getValue()
- Specified by:
getValuein interfacecom.azure.core.http.rest.Response<WhatIfOperationResultInner>- Overrides:
getValuein classcom.azure.core.http.rest.ResponseBase<DeploymentsWhatIfAtSubscriptionScopeHeaders,WhatIfOperationResultInner>- Returns:
- the deserialized response body.
-
-