Interface HybridIdentityMetadatas


public interface HybridIdentityMetadatas
Resource collection API of HybridIdentityMetadatas.
  • Method Details

    • getWithResponse

      com.azure.core.http.rest.Response<HybridIdentityMetadata> getWithResponse(String resourceGroupName, String provisionedClustersName, String hybridIdentityMetadataResourceName, com.azure.core.util.Context context)
      Get the hybrid identity metadata resource

      Get the hybrid identity metadata proxy resource.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      provisionedClustersName - Parameter for the name of the provisioned cluster.
      hybridIdentityMetadataResourceName - Parameter for the name of the hybrid identity metadata resource.
      context - The context to associate with this operation.
      Returns:
      the hybrid identity metadata proxy resource 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.
    • get

      HybridIdentityMetadata get(String resourceGroupName, String provisionedClustersName, String hybridIdentityMetadataResourceName)
      Get the hybrid identity metadata resource

      Get the hybrid identity metadata proxy resource.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      provisionedClustersName - Parameter for the name of the provisioned cluster.
      hybridIdentityMetadataResourceName - Parameter for the name of the hybrid identity metadata resource.
      Returns:
      the hybrid identity metadata proxy resource.
      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.
    • deleteWithResponse

      com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String provisionedClustersName, String hybridIdentityMetadataResourceName, com.azure.core.util.Context context)
      Deletes the hybrid identity metadata resource

      Deletes the hybrid identity metadata proxy resource.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      provisionedClustersName - Parameter for the name of the provisioned cluster.
      hybridIdentityMetadataResourceName - Parameter for the name of the hybrid identity metadata resource.
      context - The context to associate with this operation.
      Returns:
      the 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.
    • delete

      void delete(String resourceGroupName, String provisionedClustersName, String hybridIdentityMetadataResourceName)
      Deletes the hybrid identity metadata resource

      Deletes the hybrid identity metadata proxy resource.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      provisionedClustersName - Parameter for the name of the provisioned cluster.
      hybridIdentityMetadataResourceName - Parameter for the name of the hybrid identity metadata resource.
      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.
    • listByCluster

      com.azure.core.http.rest.PagedIterable<HybridIdentityMetadata> listByCluster(String resourceGroupName, String provisionedClustersName)
      Lists the hybrid identity metadata resources in a cluster

      Lists the hybrid identity metadata proxy resource in a cluster.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      provisionedClustersName - Parameter for the name of the provisioned cluster.
      Returns:
      list of hybridIdentityMetadata 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.
    • listByCluster

      com.azure.core.http.rest.PagedIterable<HybridIdentityMetadata> listByCluster(String resourceGroupName, String provisionedClustersName, com.azure.core.util.Context context)
      Lists the hybrid identity metadata resources in a cluster

      Lists the hybrid identity metadata proxy resource in a cluster.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      provisionedClustersName - Parameter for the name of the provisioned cluster.
      context - The context to associate with this operation.
      Returns:
      list of hybridIdentityMetadata 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.
    • getById

      Get the hybrid identity metadata resource

      Get the hybrid identity metadata proxy resource.

      Parameters:
      id - the resource ID.
      Returns:
      the hybrid identity metadata proxy resource 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.
    • getByIdWithResponse

      com.azure.core.http.rest.Response<HybridIdentityMetadata> getByIdWithResponse(String id, com.azure.core.util.Context context)
      Get the hybrid identity metadata resource

      Get the hybrid identity metadata proxy resource.

      Parameters:
      id - the resource ID.
      context - The context to associate with this operation.
      Returns:
      the hybrid identity metadata proxy resource 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.
    • deleteById

      void deleteById(String id)
      Deletes the hybrid identity metadata resource

      Deletes the hybrid identity metadata proxy resource.

      Parameters:
      id - the resource ID.
      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.
    • deleteByIdWithResponse

      com.azure.core.http.rest.Response<Void> deleteByIdWithResponse(String id, com.azure.core.util.Context context)
      Deletes the hybrid identity metadata resource

      Deletes the hybrid identity metadata proxy resource.

      Parameters:
      id - the resource ID.
      context - The context to associate with this operation.
      Returns:
      the 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.
    • define

      Begins definition for a new HybridIdentityMetadata resource.
      Parameters:
      name - resource name.
      Returns:
      the first stage of the new HybridIdentityMetadata definition.