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