Class StoragePoolManager

java.lang.Object
com.azure.resourcemanager.storagepool.StoragePoolManager

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

    • authenticate

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

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

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

      public DiskPools diskPools()
      Gets the resource collection API of DiskPools. It manages DiskPool.
      Returns:
      Resource collection API of DiskPools.
    • diskPoolZones

      public DiskPoolZones diskPoolZones()
      Gets the resource collection API of DiskPoolZones.
      Returns:
      Resource collection API of DiskPoolZones.
    • resourceSkus

      public ResourceSkus resourceSkus()
      Gets the resource collection API of ResourceSkus.
      Returns:
      Resource collection API of ResourceSkus.
    • iscsiTargets

      public IscsiTargets iscsiTargets()
      Gets the resource collection API of IscsiTargets. It manages IscsiTarget.
      Returns:
      Resource collection API of IscsiTargets.
    • serviceClient

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