Interface NetworkSecurityPerimeterConfigurationsOperationsClient
public interface NetworkSecurityPerimeterConfigurationsOperationsClient
An instance of this class provides access to all the operations defined in
NetworkSecurityPerimeterConfigurationsOperationsClient.
-
Method Summary
Modifier and TypeMethodDescriptionbeginCreateOrUpdate(String resourceGroupName, String namespaceName, String resourceAssociationName) Refreshes any information about the association.beginCreateOrUpdate(String resourceGroupName, String namespaceName, String resourceAssociationName, com.azure.core.util.Context context) Refreshes any information about the association.beginCreateOrUpdateAsync(String resourceGroupName, String namespaceName, String resourceAssociationName) Refreshes any information about the association.voidcreateOrUpdate(String resourceGroupName, String namespaceName, String resourceAssociationName) Refreshes any information about the association.voidcreateOrUpdate(String resourceGroupName, String namespaceName, String resourceAssociationName, com.azure.core.util.Context context) Refreshes any information about the association.createOrUpdateAsync(String resourceGroupName, String namespaceName, String resourceAssociationName) Refreshes any information about the association.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String namespaceName, String resourceAssociationName) Refreshes any information about the association.
-
Method Details
-
createOrUpdateWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String namespaceName, String resourceAssociationName) Refreshes any information about the association.- Parameters:
resourceGroupName- Name of the resource group within the azure subscription.namespaceName- The Namespace name.resourceAssociationName- The ResourceAssociation Name.- Returns:
- the
Responseon successful completion ofMono. - Throws:
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.
-
beginCreateOrUpdateAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginCreateOrUpdateAsync(String resourceGroupName, String namespaceName, String resourceAssociationName) Refreshes any information about the association.- Parameters:
resourceGroupName- Name of the resource group within the azure subscription.namespaceName- The Namespace name.resourceAssociationName- The ResourceAssociation Name.- Returns:
- the
PollerFluxfor polling of long-running operation. - Throws:
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.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginCreateOrUpdate(String resourceGroupName, String namespaceName, String resourceAssociationName) Refreshes any information about the association.- Parameters:
resourceGroupName- Name of the resource group within the azure subscription.namespaceName- The Namespace name.resourceAssociationName- The ResourceAssociation Name.- Returns:
- the
SyncPollerfor polling of long-running operation. - Throws:
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.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginCreateOrUpdate(String resourceGroupName, String namespaceName, String resourceAssociationName, com.azure.core.util.Context context) Refreshes any information about the association.- Parameters:
resourceGroupName- Name of the resource group within the azure subscription.namespaceName- The Namespace name.resourceAssociationName- The ResourceAssociation Name.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of long-running operation. - Throws:
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.
-
createOrUpdateAsync
Mono<Void> createOrUpdateAsync(String resourceGroupName, String namespaceName, String resourceAssociationName) Refreshes any information about the association.- Parameters:
resourceGroupName- Name of the resource group within the azure subscription.namespaceName- The Namespace name.resourceAssociationName- The ResourceAssociation Name.- Returns:
- A
Monothat completes when a successful response is received. - Throws:
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.
-
createOrUpdate
Refreshes any information about the association.- Parameters:
resourceGroupName- Name of the resource group within the azure subscription.namespaceName- The Namespace name.resourceAssociationName- The ResourceAssociation Name.- Throws:
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.
-
createOrUpdate
void createOrUpdate(String resourceGroupName, String namespaceName, String resourceAssociationName, com.azure.core.util.Context context) Refreshes any information about the association.- Parameters:
resourceGroupName- Name of the resource group within the azure subscription.namespaceName- The Namespace name.resourceAssociationName- The ResourceAssociation Name.context- The context to associate with this operation.- Throws:
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.
-