Class ListStorageAccountKeysArgs.Builder

  • Enclosing class:
    ListStorageAccountKeysArgs

    public static final class ListStorageAccountKeysArgs.Builder
    extends java.lang.Object
    • Method Detail

      • accountName

        public ListStorageAccountKeysArgs.Builder accountName​(com.pulumi.core.Output<java.lang.String> accountName)
        Parameters:
        accountName - The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
        Returns:
        builder
      • accountName

        public ListStorageAccountKeysArgs.Builder accountName​(java.lang.String accountName)
        Parameters:
        accountName - The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
        Returns:
        builder
      • expand

        public ListStorageAccountKeysArgs.Builder expand​(@Nullable
                                                         com.pulumi.core.Output<java.lang.String> expand)
        Parameters:
        expand - Specifies type of the key to be listed. Possible value is kerb.
        Returns:
        builder
      • expand

        public ListStorageAccountKeysArgs.Builder expand​(java.lang.String expand)
        Parameters:
        expand - Specifies type of the key to be listed. Possible value is kerb.
        Returns:
        builder
      • resourceGroupName

        public ListStorageAccountKeysArgs.Builder resourceGroupName​(com.pulumi.core.Output<java.lang.String> resourceGroupName)
        Parameters:
        resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
        Returns:
        builder
      • resourceGroupName

        public ListStorageAccountKeysArgs.Builder resourceGroupName​(java.lang.String resourceGroupName)
        Parameters:
        resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
        Returns:
        builder