MhsmPrivateEndpointConnectionsPutHeaders Class
- java.
lang. Object - com.
azure. resourcemanager. keyvault. models. MhsmPrivateEndpointConnectionsPutHeaders
- com.
public final class MhsmPrivateEndpointConnectionsPutHeaders
The MhsmPrivateEndpointConnectionsPutHeaders model.
Constructor Summary
Constructor | Description |
---|---|
MhsmPrivateEndpointConnectionsPutHeaders(HttpHeaders rawHeaders) |
Creates an instance of Mhsm |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
azureAsyncOperation()
Get the azure |
Integer |
retryAfter()
Get the retry |
void |
validate()
Validates the instance. |
Mhsm |
withAzureAsyncOperation(String azureAsyncOperation)
Set the azure |
Mhsm |
withRetryAfter(Integer retryAfter)
Set the retry |
Methods inherited from java.lang.Object
Constructor Details
MhsmPrivateEndpointConnectionsPutHeaders
public MhsmPrivateEndpointConnectionsPutHeaders(HttpHeaders rawHeaders)
Creates an instance of MhsmPrivateEndpointConnectionsPutHeaders class.
Parameters:
Method Details
azureAsyncOperation
public String azureAsyncOperation()
Get the azureAsyncOperation property: The Azure-AsyncOperation property.
Returns:
retryAfter
public Integer retryAfter()
Get the retryAfter property: The Retry-After property.
Returns:
validate
public void validate()
Validates the instance.
withAzureAsyncOperation
public MhsmPrivateEndpointConnectionsPutHeaders withAzureAsyncOperation(String azureAsyncOperation)
Set the azureAsyncOperation property: The Azure-AsyncOperation property.
Parameters:
Returns:
withRetryAfter
public MhsmPrivateEndpointConnectionsPutHeaders withRetryAfter(Integer retryAfter)
Set the retryAfter property: The Retry-After property.
Parameters:
Returns:
Applies to
Azure SDK for Java