Class GetTableServicePropertiesArgs.Builder

    • Method Detail

      • accountName

        public GetTableServicePropertiesArgs.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 GetTableServicePropertiesArgs.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
      • resourceGroupName

        public GetTableServicePropertiesArgs.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 GetTableServicePropertiesArgs.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
      • tableServiceName

        public GetTableServicePropertiesArgs.Builder tableServiceName​(com.pulumi.core.Output<java.lang.String> tableServiceName)
        Parameters:
        tableServiceName - The name of the Table Service within the specified storage account. Table Service Name must be 'default'
        Returns:
        builder
      • tableServiceName

        public GetTableServicePropertiesArgs.Builder tableServiceName​(java.lang.String tableServiceName)
        Parameters:
        tableServiceName - The name of the Table Service within the specified storage account. Table Service Name must be 'default'
        Returns:
        builder