Uses of Class
com.azure.resourcemanager.iotcentral.models.PrivateEndpointConnectionsDeleteHeaders
-
Packages that use PrivateEndpointConnectionsDeleteHeaders Package Description com.azure.resourcemanager.iotcentral.models Package containing the data models for IotCentralClient. -
-
Uses of PrivateEndpointConnectionsDeleteHeaders in com.azure.resourcemanager.iotcentral.models
Methods in com.azure.resourcemanager.iotcentral.models that return PrivateEndpointConnectionsDeleteHeaders Modifier and Type Method Description PrivateEndpointConnectionsDeleteHeaders
PrivateEndpointConnectionsDeleteHeaders. withAzureAsyncOperation(String azureAsyncOperation)
Set the azureAsyncOperation property: The Azure-AsyncOperation property.PrivateEndpointConnectionsDeleteHeaders
PrivateEndpointConnectionsDeleteHeaders. withLocation(String location)
Set the location property: The Location property.PrivateEndpointConnectionsDeleteHeaders
PrivateEndpointConnectionsDeleteHeaders. withRetryAfter(String retryAfter)
Set the retryAfter property: The Retry-After property.Constructors in com.azure.resourcemanager.iotcentral.models with parameters of type PrivateEndpointConnectionsDeleteHeaders Constructor Description PrivateEndpointConnectionsDeleteResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, Void value, PrivateEndpointConnectionsDeleteHeaders headers)
Creates an instance of PrivateEndpointConnectionsDeleteResponse.
-