Interface DelegatedSubnetServicesClient


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

    • getByResourceGroupWithResponse

      com.azure.core.http.rest.Response<DelegatedSubnetInner> getByResourceGroupWithResponse(String resourceGroupName, String resourceName, com.azure.core.util.Context context)
      Gets details about the specified dnc DelegatedSubnet Link.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      resourceName - The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
      context - The context to associate with this operation.
      Returns:
      details about the specified dnc DelegatedSubnet Link 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.
    • getByResourceGroup

      DelegatedSubnetInner getByResourceGroup(String resourceGroupName, String resourceName)
      Gets details about the specified dnc DelegatedSubnet Link.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      resourceName - The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
      Returns:
      details about the specified dnc DelegatedSubnet Link.
      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.
    • beginPutDetails

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DelegatedSubnetInner>,DelegatedSubnetInner> beginPutDetails(String resourceGroupName, String resourceName, DelegatedSubnetInner parameters)
      Put delegated subnet resource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      resourceName - The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
      parameters - Delegated subnet details.
      Returns:
      the SyncPoller for polling of represents an instance of a orchestrator.
      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.
    • beginPutDetails

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DelegatedSubnetInner>,DelegatedSubnetInner> beginPutDetails(String resourceGroupName, String resourceName, DelegatedSubnetInner parameters, com.azure.core.util.Context context)
      Put delegated subnet resource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      resourceName - The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
      parameters - Delegated subnet details.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of represents an instance of a orchestrator.
      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.
    • putDetails

      DelegatedSubnetInner putDetails(String resourceGroupName, String resourceName, DelegatedSubnetInner parameters)
      Put delegated subnet resource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      resourceName - The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
      parameters - Delegated subnet details.
      Returns:
      represents an instance of a orchestrator.
      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.
    • putDetails

      DelegatedSubnetInner putDetails(String resourceGroupName, String resourceName, DelegatedSubnetInner parameters, com.azure.core.util.Context context)
      Put delegated subnet resource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      resourceName - The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
      parameters - Delegated subnet details.
      context - The context to associate with this operation.
      Returns:
      represents an instance of a orchestrator.
      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.
    • beginPatchDetails

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DelegatedSubnetInner>,DelegatedSubnetInner> beginPatchDetails(String resourceGroupName, String resourceName, ResourceUpdateParameters parameters)
      Patch delegated subnet resource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      resourceName - The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
      parameters - Delegated subnet details.
      Returns:
      the SyncPoller for polling of represents an instance of a orchestrator.
      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.
    • beginPatchDetails

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DelegatedSubnetInner>,DelegatedSubnetInner> beginPatchDetails(String resourceGroupName, String resourceName, ResourceUpdateParameters parameters, com.azure.core.util.Context context)
      Patch delegated subnet resource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      resourceName - The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
      parameters - Delegated subnet details.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of represents an instance of a orchestrator.
      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.
    • patchDetails

      DelegatedSubnetInner patchDetails(String resourceGroupName, String resourceName, ResourceUpdateParameters parameters)
      Patch delegated subnet resource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      resourceName - The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
      parameters - Delegated subnet details.
      Returns:
      represents an instance of a orchestrator.
      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.
    • patchDetails

      DelegatedSubnetInner patchDetails(String resourceGroupName, String resourceName, ResourceUpdateParameters parameters, com.azure.core.util.Context context)
      Patch delegated subnet resource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      resourceName - The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
      parameters - Delegated subnet details.
      context - The context to associate with this operation.
      Returns:
      represents an instance of a orchestrator.
      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.
    • beginDelete

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String resourceName)
      Delete dnc DelegatedSubnet.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      resourceName - The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
      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.
    • beginDelete

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String resourceName, Boolean forceDelete, com.azure.core.util.Context context)
      Delete dnc DelegatedSubnet.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      resourceName - The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
      forceDelete - Force delete resource.
      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.
    • delete

      void delete(String resourceGroupName, String resourceName)
      Delete dnc DelegatedSubnet.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      resourceName - The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
      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.
    • delete

      void delete(String resourceGroupName, String resourceName, Boolean forceDelete, com.azure.core.util.Context context)
      Delete dnc DelegatedSubnet.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      resourceName - The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
      forceDelete - Force delete resource.
      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.
    • list

      com.azure.core.http.rest.PagedIterable<DelegatedSubnetInner> list()
      Get all the DelegatedSubnets resources in a subscription.
      Returns:
      all the DelegatedSubnets resources in a subscription as paginated response with PagedIterable.
      Throws:
      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

      com.azure.core.http.rest.PagedIterable<DelegatedSubnetInner> list(com.azure.core.util.Context context)
      Get all the DelegatedSubnets resources in a subscription.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      all the DelegatedSubnets resources in a subscription as paginated response with PagedIterable.
      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.
    • listByResourceGroup

      com.azure.core.http.rest.PagedIterable<DelegatedSubnetInner> listByResourceGroup(String resourceGroupName)
      Get all the DelegatedSubnets resources in a resource group.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      Returns:
      all the DelegatedSubnets resources in a resource group as paginated response with PagedIterable.
      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.
    • listByResourceGroup

      com.azure.core.http.rest.PagedIterable<DelegatedSubnetInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
      Get all the DelegatedSubnets resources in a resource group.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      context - The context to associate with this operation.
      Returns:
      all the DelegatedSubnets resources in a resource group as paginated response with PagedIterable.
      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.