Class AttestationManager

java.lang.Object
com.azure.resourcemanager.attestation.AttestationManager

public final class AttestationManager extends Object
Entry point to AttestationManager. Various APIs for managing resources in attestation service. This primarily encompasses per-provider management.
  • Method Details

    • authenticate

      public static AttestationManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of Attestation service API entry point.
      Parameters:
      credential - the credential to use.
      profile - the Azure profile for client.
      Returns:
      the Attestation service API instance.
    • authenticate

      public static AttestationManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of Attestation service API entry point.
      Parameters:
      httpPipeline - the HttpPipeline configured with Azure authentication credential.
      profile - the Azure profile for client.
      Returns:
      the Attestation service API instance.
    • configure

      public static AttestationManager.Configurable configure()
      Gets a Configurable instance that can be used to create AttestationManager with optional configuration.
      Returns:
      the Configurable instance allowing configurations.
    • operations

      public Operations operations()
      Gets the resource collection API of Operations.
      Returns:
      Resource collection API of Operations.
    • attestationProviders

      public AttestationProviders attestationProviders()
      Gets the resource collection API of AttestationProviders. It manages AttestationProvider.
      Returns:
      Resource collection API of AttestationProviders.
    • privateEndpointConnections

      public PrivateEndpointConnections privateEndpointConnections()
      Gets the resource collection API of PrivateEndpointConnections. It manages PrivateEndpointConnection.
      Returns:
      Resource collection API of PrivateEndpointConnections.
    • serviceClient

      public AttestationManagementClient serviceClient()
      Returns:
      Wrapped service client AttestationManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.