public interface ServiceEndpointPolicyDefinitionsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServiceEndpointPolicyDefinitionInner>,ServiceEndpointPolicyDefinitionInner> |
beginCreateOrUpdate(String resourceGroupName,
String serviceEndpointPolicyName,
String serviceEndpointPolicyDefinitionName,
ServiceEndpointPolicyDefinitionInner serviceEndpointPolicyDefinitions)
Creates or updates a service endpoint policy definition in the specified service endpoint policy.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServiceEndpointPolicyDefinitionInner>,ServiceEndpointPolicyDefinitionInner> |
beginCreateOrUpdate(String resourceGroupName,
String serviceEndpointPolicyName,
String serviceEndpointPolicyDefinitionName,
ServiceEndpointPolicyDefinitionInner serviceEndpointPolicyDefinitions,
com.azure.core.util.Context context)
Creates or updates a service endpoint policy definition in the specified service endpoint policy.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ServiceEndpointPolicyDefinitionInner>,ServiceEndpointPolicyDefinitionInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String serviceEndpointPolicyName,
String serviceEndpointPolicyDefinitionName,
ServiceEndpointPolicyDefinitionInner serviceEndpointPolicyDefinitions)
Creates or updates a service endpoint policy definition in the specified service endpoint policy.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String serviceEndpointPolicyName,
String serviceEndpointPolicyDefinitionName)
Deletes the specified ServiceEndpoint policy definitions.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String serviceEndpointPolicyName,
String serviceEndpointPolicyDefinitionName,
com.azure.core.util.Context context)
Deletes the specified ServiceEndpoint policy definitions.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String serviceEndpointPolicyName,
String serviceEndpointPolicyDefinitionName)
Deletes the specified ServiceEndpoint policy definitions.
|
ServiceEndpointPolicyDefinitionInner |
createOrUpdate(String resourceGroupName,
String serviceEndpointPolicyName,
String serviceEndpointPolicyDefinitionName,
ServiceEndpointPolicyDefinitionInner serviceEndpointPolicyDefinitions)
Creates or updates a service endpoint policy definition in the specified service endpoint policy.
|
ServiceEndpointPolicyDefinitionInner |
createOrUpdate(String resourceGroupName,
String serviceEndpointPolicyName,
String serviceEndpointPolicyDefinitionName,
ServiceEndpointPolicyDefinitionInner serviceEndpointPolicyDefinitions,
com.azure.core.util.Context context)
Creates or updates a service endpoint policy definition in the specified service endpoint policy.
|
Mono<ServiceEndpointPolicyDefinitionInner> |
createOrUpdateAsync(String resourceGroupName,
String serviceEndpointPolicyName,
String serviceEndpointPolicyDefinitionName,
ServiceEndpointPolicyDefinitionInner serviceEndpointPolicyDefinitions)
Creates or updates a service endpoint policy definition in the specified service endpoint policy.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String serviceEndpointPolicyName,
String serviceEndpointPolicyDefinitionName,
ServiceEndpointPolicyDefinitionInner serviceEndpointPolicyDefinitions)
Creates or updates a service endpoint policy definition in the specified service endpoint policy.
|
void |
delete(String resourceGroupName,
String serviceEndpointPolicyName,
String serviceEndpointPolicyDefinitionName)
Deletes the specified ServiceEndpoint policy definitions.
|
void |
delete(String resourceGroupName,
String serviceEndpointPolicyName,
String serviceEndpointPolicyDefinitionName,
com.azure.core.util.Context context)
Deletes the specified ServiceEndpoint policy definitions.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String serviceEndpointPolicyName,
String serviceEndpointPolicyDefinitionName)
Deletes the specified ServiceEndpoint policy definitions.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String serviceEndpointPolicyName,
String serviceEndpointPolicyDefinitionName)
Deletes the specified ServiceEndpoint policy definitions.
|
ServiceEndpointPolicyDefinitionInner |
get(String resourceGroupName,
String serviceEndpointPolicyName,
String serviceEndpointPolicyDefinitionName)
Get the specified service endpoint policy definitions from service endpoint policy.
|
Mono<ServiceEndpointPolicyDefinitionInner> |
getAsync(String resourceGroupName,
String serviceEndpointPolicyName,
String serviceEndpointPolicyDefinitionName)
Get the specified service endpoint policy definitions from service endpoint policy.
|
com.azure.core.http.rest.Response<ServiceEndpointPolicyDefinitionInner> |
getWithResponse(String resourceGroupName,
String serviceEndpointPolicyName,
String serviceEndpointPolicyDefinitionName,
com.azure.core.util.Context context)
Get the specified service endpoint policy definitions from service endpoint policy.
|
Mono<com.azure.core.http.rest.Response<ServiceEndpointPolicyDefinitionInner>> |
getWithResponseAsync(String resourceGroupName,
String serviceEndpointPolicyName,
String serviceEndpointPolicyDefinitionName)
Get the specified service endpoint policy definitions from service endpoint policy.
|
com.azure.core.http.rest.PagedIterable<ServiceEndpointPolicyDefinitionInner> |
listByResourceGroup(String resourceGroupName,
String serviceEndpointPolicyName)
Gets all service endpoint policy definitions in a service end point policy.
|
com.azure.core.http.rest.PagedIterable<ServiceEndpointPolicyDefinitionInner> |
listByResourceGroup(String resourceGroupName,
String serviceEndpointPolicyName,
com.azure.core.util.Context context)
Gets all service endpoint policy definitions in a service end point policy.
|
com.azure.core.http.rest.PagedFlux<ServiceEndpointPolicyDefinitionInner> |
listByResourceGroupAsync(String resourceGroupName,
String serviceEndpointPolicyName)
Gets all service endpoint policy definitions in a service end point policy.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String serviceEndpointPolicyName, String serviceEndpointPolicyDefinitionName)
resourceGroupName - The name of the resource group.serviceEndpointPolicyName - The name of the Service Endpoint Policy.serviceEndpointPolicyDefinitionName - The name of the service endpoint policy definition.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String serviceEndpointPolicyName, String serviceEndpointPolicyDefinitionName)
resourceGroupName - The name of the resource group.serviceEndpointPolicyName - The name of the Service Endpoint Policy.serviceEndpointPolicyDefinitionName - The name of the service endpoint policy definition.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String serviceEndpointPolicyName, String serviceEndpointPolicyDefinitionName)
resourceGroupName - The name of the resource group.serviceEndpointPolicyName - The name of the Service Endpoint Policy.serviceEndpointPolicyDefinitionName - The name of the service endpoint policy definition.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String serviceEndpointPolicyName, String serviceEndpointPolicyDefinitionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.serviceEndpointPolicyName - The name of the Service Endpoint Policy.serviceEndpointPolicyDefinitionName - The name of the service endpoint policy definition.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String serviceEndpointPolicyName, String serviceEndpointPolicyDefinitionName)
resourceGroupName - The name of the resource group.serviceEndpointPolicyName - The name of the Service Endpoint Policy.serviceEndpointPolicyDefinitionName - The name of the service endpoint policy definition.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String serviceEndpointPolicyName, String serviceEndpointPolicyDefinitionName)
resourceGroupName - The name of the resource group.serviceEndpointPolicyName - The name of the Service Endpoint Policy.serviceEndpointPolicyDefinitionName - The name of the service endpoint policy definition.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String serviceEndpointPolicyName, String serviceEndpointPolicyDefinitionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.serviceEndpointPolicyName - The name of the Service Endpoint Policy.serviceEndpointPolicyDefinitionName - The name of the service endpoint policy definition.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ServiceEndpointPolicyDefinitionInner>> getWithResponseAsync(String resourceGroupName, String serviceEndpointPolicyName, String serviceEndpointPolicyDefinitionName)
resourceGroupName - The name of the resource group.serviceEndpointPolicyName - The name of the service endpoint policy name.serviceEndpointPolicyDefinitionName - The name of the service endpoint policy definition name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ServiceEndpointPolicyDefinitionInner> getAsync(String resourceGroupName, String serviceEndpointPolicyName, String serviceEndpointPolicyDefinitionName)
resourceGroupName - The name of the resource group.serviceEndpointPolicyName - The name of the service endpoint policy name.serviceEndpointPolicyDefinitionName - The name of the service endpoint policy definition name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ServiceEndpointPolicyDefinitionInner get(String resourceGroupName, String serviceEndpointPolicyName, String serviceEndpointPolicyDefinitionName)
resourceGroupName - The name of the resource group.serviceEndpointPolicyName - The name of the service endpoint policy name.serviceEndpointPolicyDefinitionName - The name of the service endpoint policy definition name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ServiceEndpointPolicyDefinitionInner> getWithResponse(String resourceGroupName, String serviceEndpointPolicyName, String serviceEndpointPolicyDefinitionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.serviceEndpointPolicyName - The name of the service endpoint policy name.serviceEndpointPolicyDefinitionName - The name of the service endpoint policy definition name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serviceEndpointPolicyName, String serviceEndpointPolicyDefinitionName, ServiceEndpointPolicyDefinitionInner serviceEndpointPolicyDefinitions)
resourceGroupName - The name of the resource group.serviceEndpointPolicyName - The name of the service endpoint policy.serviceEndpointPolicyDefinitionName - The name of the service endpoint policy definition name.serviceEndpointPolicyDefinitions - Parameters supplied to the create or update service endpoint policy
operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ServiceEndpointPolicyDefinitionInner>,ServiceEndpointPolicyDefinitionInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceEndpointPolicyName, String serviceEndpointPolicyDefinitionName, ServiceEndpointPolicyDefinitionInner serviceEndpointPolicyDefinitions)
resourceGroupName - The name of the resource group.serviceEndpointPolicyName - The name of the service endpoint policy.serviceEndpointPolicyDefinitionName - The name of the service endpoint policy definition name.serviceEndpointPolicyDefinitions - Parameters supplied to the create or update service endpoint policy
operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServiceEndpointPolicyDefinitionInner>,ServiceEndpointPolicyDefinitionInner> beginCreateOrUpdate(String resourceGroupName, String serviceEndpointPolicyName, String serviceEndpointPolicyDefinitionName, ServiceEndpointPolicyDefinitionInner serviceEndpointPolicyDefinitions)
resourceGroupName - The name of the resource group.serviceEndpointPolicyName - The name of the service endpoint policy.serviceEndpointPolicyDefinitionName - The name of the service endpoint policy definition name.serviceEndpointPolicyDefinitions - Parameters supplied to the create or update service endpoint policy
operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServiceEndpointPolicyDefinitionInner>,ServiceEndpointPolicyDefinitionInner> beginCreateOrUpdate(String resourceGroupName, String serviceEndpointPolicyName, String serviceEndpointPolicyDefinitionName, ServiceEndpointPolicyDefinitionInner serviceEndpointPolicyDefinitions, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.serviceEndpointPolicyName - The name of the service endpoint policy.serviceEndpointPolicyDefinitionName - The name of the service endpoint policy definition name.serviceEndpointPolicyDefinitions - Parameters supplied to the create or update service endpoint policy
operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ServiceEndpointPolicyDefinitionInner> createOrUpdateAsync(String resourceGroupName, String serviceEndpointPolicyName, String serviceEndpointPolicyDefinitionName, ServiceEndpointPolicyDefinitionInner serviceEndpointPolicyDefinitions)
resourceGroupName - The name of the resource group.serviceEndpointPolicyName - The name of the service endpoint policy.serviceEndpointPolicyDefinitionName - The name of the service endpoint policy definition name.serviceEndpointPolicyDefinitions - Parameters supplied to the create or update service endpoint policy
operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ServiceEndpointPolicyDefinitionInner createOrUpdate(String resourceGroupName, String serviceEndpointPolicyName, String serviceEndpointPolicyDefinitionName, ServiceEndpointPolicyDefinitionInner serviceEndpointPolicyDefinitions)
resourceGroupName - The name of the resource group.serviceEndpointPolicyName - The name of the service endpoint policy.serviceEndpointPolicyDefinitionName - The name of the service endpoint policy definition name.serviceEndpointPolicyDefinitions - Parameters supplied to the create or update service endpoint policy
operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ServiceEndpointPolicyDefinitionInner createOrUpdate(String resourceGroupName, String serviceEndpointPolicyName, String serviceEndpointPolicyDefinitionName, ServiceEndpointPolicyDefinitionInner serviceEndpointPolicyDefinitions, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.serviceEndpointPolicyName - The name of the service endpoint policy.serviceEndpointPolicyDefinitionName - The name of the service endpoint policy definition name.serviceEndpointPolicyDefinitions - Parameters supplied to the create or update service endpoint policy
operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ServiceEndpointPolicyDefinitionInner> listByResourceGroupAsync(String resourceGroupName, String serviceEndpointPolicyName)
resourceGroupName - The name of the resource group.serviceEndpointPolicyName - The name of the service endpoint policy name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ServiceEndpointPolicyDefinitionInner> listByResourceGroup(String resourceGroupName, String serviceEndpointPolicyName)
resourceGroupName - The name of the resource group.serviceEndpointPolicyName - The name of the service endpoint policy name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ServiceEndpointPolicyDefinitionInner> listByResourceGroup(String resourceGroupName, String serviceEndpointPolicyName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.serviceEndpointPolicyName - The name of the service endpoint policy name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2021 Microsoft Corporation. All rights reserved.