Class MhsmPrivateEndpointConnectionsPutHeaders
java.lang.Object
com.azure.resourcemanager.keyvault.models.MhsmPrivateEndpointConnectionsPutHeaders
The MhsmPrivateEndpointConnectionsPutHeaders model.
-
Constructor Summary
ConstructorsConstructorDescriptionMhsmPrivateEndpointConnectionsPutHeaders(com.azure.core.http.HttpHeaders rawHeaders) Creates an instance of MhsmPrivateEndpointConnectionsPutHeaders class. -
Method Summary
Modifier and TypeMethodDescriptionGet the azureAsyncOperation property: The Azure-AsyncOperation property.Get the retryAfter property: The Retry-After property.voidvalidate()Validates the instance.
-
Constructor Details
-
MhsmPrivateEndpointConnectionsPutHeaders
public MhsmPrivateEndpointConnectionsPutHeaders(com.azure.core.http.HttpHeaders rawHeaders) Creates an instance of MhsmPrivateEndpointConnectionsPutHeaders class.- Parameters:
rawHeaders- The raw HttpHeaders that will be used to create the property values.
-
-
Method Details
-
retryAfter
Get the retryAfter property: The Retry-After property.- Returns:
- the retryAfter value.
-
azureAsyncOperation
Get the azureAsyncOperation property: The Azure-AsyncOperation property.- Returns:
- the azureAsyncOperation value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-