ServiceEndpointPolicyDefinitionsClient Interface
public interface ServiceEndpointPolicyDefinitionsClient
An instance of this class provides access to all the operations defined in ServiceEndpointPolicyDefinitionsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller
Creates or updates a service endpoint policy definition in the specified service endpoint policy.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Creates or updates a service endpoint policy definition in the specified service endpoint policy.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Creates or updates a service endpoint policy definition in the specified service endpoint policy.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified ServiceEndpoint policy definitions.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified ServiceEndpoint policy definitions.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Deletes the specified ServiceEndpoint policy definitions.
Parameters:
Returns:
createOrUpdate
public abstract ServiceEndpointPolicyDefinitionInner createOrUpdate(String resourceGroupName, String serviceEndpointPolicyName, String serviceEndpointPolicyDefinitionName, ServiceEndpointPolicyDefinitionInner serviceEndpointPolicyDefinitions)
Creates or updates a service endpoint policy definition in the specified service endpoint policy.
Parameters:
Returns:
createOrUpdate
public abstract ServiceEndpointPolicyDefinitionInner createOrUpdate(String resourceGroupName, String serviceEndpointPolicyName, String serviceEndpointPolicyDefinitionName, ServiceEndpointPolicyDefinitionInner serviceEndpointPolicyDefinitions, Context context)
Creates or updates a service endpoint policy definition in the specified service endpoint policy.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Creates or updates a service endpoint policy definition in the specified service endpoint policy.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Creates or updates a service endpoint policy definition in the specified service endpoint policy.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String serviceEndpointPolicyName, String serviceEndpointPolicyDefinitionName)
Deletes the specified ServiceEndpoint policy definitions.
Parameters:
delete
public abstract void delete(String resourceGroupName, String serviceEndpointPolicyName, String serviceEndpointPolicyDefinitionName, Context context)
Deletes the specified ServiceEndpoint policy definitions.
Parameters:
deleteAsync
public abstract Mono
Deletes the specified ServiceEndpoint policy definitions.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes the specified ServiceEndpoint policy definitions.
Parameters:
Returns:
get
public abstract ServiceEndpointPolicyDefinitionInner get(String resourceGroupName, String serviceEndpointPolicyName, String serviceEndpointPolicyDefinitionName)
Get the specified service endpoint policy definitions from service endpoint policy.
Parameters:
Returns:
getAsync
public abstract Mono
Get the specified service endpoint policy definitions from service endpoint policy.
Parameters:
Returns:
getWithResponse
public abstract Response
Get the specified service endpoint policy definitions from service endpoint policy.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get the specified service endpoint policy definitions from service endpoint policy.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable
Gets all service endpoint policy definitions in a service end point policy.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable
Gets all service endpoint policy definitions in a service end point policy.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux
Gets all service endpoint policy definitions in a service end point policy.
Parameters:
Returns:
Applies to
Azure SDK for Java