Class StorageServiceKeys

java.lang.Object
org.jclouds.azurecompute.arm.domain.StorageServiceKeys

public abstract class StorageServiceKeys extends Object
  • Constructor Details

    • StorageServiceKeys

      public StorageServiceKeys()
  • Method Details

    • key1

      public abstract String key1()
      The primary access key for the storage account.
    • key2

      public abstract String key2()
      The secondary access key for the storage account.
    • create

      public static StorageServiceKeys create(String key1, String key2)