Class ElasticSanManager

java.lang.Object
com.azure.resourcemanager.elasticsan.ElasticSanManager

public final class ElasticSanManager extends Object
Entry point to ElasticSanManager.
  • Method Details

    • authenticate

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

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

      public static ElasticSanManager.Configurable configure()
      Gets a Configurable instance that can be used to create ElasticSanManager 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.
    • skus

      public Skus skus()
      Gets the resource collection API of Skus.
      Returns:
      Resource collection API of Skus.
    • elasticSans

      public ElasticSans elasticSans()
      Gets the resource collection API of ElasticSans. It manages ElasticSan.
      Returns:
      Resource collection API of ElasticSans.
    • volumeGroups

      public VolumeGroups volumeGroups()
      Gets the resource collection API of VolumeGroups. It manages VolumeGroup.
      Returns:
      Resource collection API of VolumeGroups.
    • volumes

      public Volumes volumes()
      Gets the resource collection API of Volumes. It manages Volume.
      Returns:
      Resource collection API of Volumes.
    • resourceProviders

      public ResourceProviders resourceProviders()
      Gets the resource collection API of ResourceProviders.
      Returns:
      Resource collection API of ResourceProviders.
    • privateEndpointConnections

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

      public PrivateLinkResources privateLinkResources()
      Gets the resource collection API of PrivateLinkResources.
      Returns:
      Resource collection API of PrivateLinkResources.
    • volumeSnapshots

      public VolumeSnapshots volumeSnapshots()
      Gets the resource collection API of VolumeSnapshots. It manages Snapshot.
      Returns:
      Resource collection API of VolumeSnapshots.
    • serviceClient

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