Interface NetworkSecurityPerimeterConfigurationsOperationsClient


public interface NetworkSecurityPerimeterConfigurationsOperationsClient
An instance of this class provides access to all the operations defined in NetworkSecurityPerimeterConfigurationsOperationsClient.
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
    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.
    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.
    void
    createOrUpdate(String resourceGroupName, String namespaceName, String resourceAssociationName)
    Refreshes any information about the association.
    void
    createOrUpdate(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 Response on successful completion of Mono.
      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 PollerFlux for 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 SyncPoller for 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 SyncPoller for 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 Mono that 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

      void createOrUpdate(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.
      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.