Class StorageAccountProperties

java.lang.Object
com.microsoft.azure.management.containerregistry.StorageAccountProperties

public class StorageAccountProperties extends Object
The properties of a storage account for a container registry. Only applicable to Classic SKU.
  • Constructor Details

    • StorageAccountProperties

      public StorageAccountProperties()
  • Method Details

    • id

      public String id()
      Get the resource ID of the storage account.
      Returns:
      the id value
    • withId

      public StorageAccountProperties withId(String id)
      Set the resource ID of the storage account.
      Parameters:
      id - the id value to set
      Returns:
      the StorageAccountProperties object itself.