DeploymentsWhatIfAtTenantScopeHeaders Class
- java.
lang. Object - com.
microsoft. azure. management. resources. DeploymentsWhatIfAtTenantScopeHeaders
- com.
public class DeploymentsWhatIfAtTenantScopeHeaders
Defines headers for WhatIfAtTenantScope operation.
Constructor Summary
Constructor | Description | |
---|---|---|
DeploymentsWhatIfAtTenantScopeHeaders() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
location()
Get uRL to get status of this long-running operation. |
java.lang.String |
retryAfter()
Get number of seconds to wait before polling for status. |
Deployments |
withLocation(String location)
Set uRL to get status of this long-running operation. |
Deployments |
withRetryAfter(String retryAfter)
Set number of seconds to wait before polling for status. |
Methods inherited from java.lang.Object
Constructor Details
DeploymentsWhatIfAtTenantScopeHeaders
public DeploymentsWhatIfAtTenantScopeHeaders()
Method Details
location
public String location()
Get uRL to get status of this long-running operation.
Returns:
retryAfter
public String retryAfter()
Get number of seconds to wait before polling for status.
Returns:
withLocation
public DeploymentsWhatIfAtTenantScopeHeaders withLocation(String location)
Set uRL to get status of this long-running operation.
Parameters:
Returns:
withRetryAfter
public DeploymentsWhatIfAtTenantScopeHeaders withRetryAfter(String retryAfter)
Set number of seconds to wait before polling for status.
Parameters:
Returns:
Applies to
Azure SDK for Java