Class StorageAccountListKeysResultInner

java.lang.Object
com.azure.resourcemanager.storage.fluent.models.StorageAccountListKeysResultInner

public final class StorageAccountListKeysResultInner extends Object
The response from the ListKeys operation.
  • Constructor Details

    • StorageAccountListKeysResultInner

      public StorageAccountListKeysResultInner()
  • Method Details

    • keys

      public List<StorageAccountKey> keys()
      Get the keys property: Gets the list of storage account keys and their properties for the specified storage account.
      Returns:
      the keys value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.