Interface NetworkSecurityPerimeterConfigurationsClient


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

    • listWithResponseAsync

      Mono<com.azure.core.http.rest.Response<NetworkSecurityPerimeterConfigurationListInner>> listWithResponseAsync(String resourceGroupName, String namespaceName)
      Gets list of current NetworkSecurityPerimeterConfiguration for Namespace.
      Parameters:
      resourceGroupName - Name of the resource group within the azure subscription.
      namespaceName - The Namespace name.
      Returns:
      list of current NetworkSecurityPerimeterConfiguration for Namespace along with 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.
    • listAsync

      Mono<NetworkSecurityPerimeterConfigurationListInner> listAsync(String resourceGroupName, String namespaceName)
      Gets list of current NetworkSecurityPerimeterConfiguration for Namespace.
      Parameters:
      resourceGroupName - Name of the resource group within the azure subscription.
      namespaceName - The Namespace name.
      Returns:
      list of current NetworkSecurityPerimeterConfiguration for Namespace 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.
    • listWithResponse

      com.azure.core.http.rest.Response<NetworkSecurityPerimeterConfigurationListInner> listWithResponse(String resourceGroupName, String namespaceName, com.azure.core.util.Context context)
      Gets list of current NetworkSecurityPerimeterConfiguration for Namespace.
      Parameters:
      resourceGroupName - Name of the resource group within the azure subscription.
      namespaceName - The Namespace name.
      context - The context to associate with this operation.
      Returns:
      list of current NetworkSecurityPerimeterConfiguration for Namespace along with Response.
      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.
    • list

      NetworkSecurityPerimeterConfigurationListInner list(String resourceGroupName, String namespaceName)
      Gets list of current NetworkSecurityPerimeterConfiguration for Namespace.
      Parameters:
      resourceGroupName - Name of the resource group within the azure subscription.
      namespaceName - The Namespace name.
      Returns:
      list of current NetworkSecurityPerimeterConfiguration for Namespace.
      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.