Class TableServicePropertiesArgs.Builder

  • Enclosing class:
    TableServicePropertiesArgs

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

      • accountName

        public TableServicePropertiesArgs.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 TableServicePropertiesArgs.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
      • cors

        public TableServicePropertiesArgs.Builder cors​(@Nullable
                                                       com.pulumi.core.Output<CorsRulesArgs> cors)
        Parameters:
        cors - Specifies CORS rules for the Table service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Table service.
        Returns:
        builder
      • cors

        public TableServicePropertiesArgs.Builder cors​(CorsRulesArgs cors)
        Parameters:
        cors - Specifies CORS rules for the Table service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Table service.
        Returns:
        builder
      • resourceGroupName

        public TableServicePropertiesArgs.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 TableServicePropertiesArgs.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 TableServicePropertiesArgs.Builder tableServiceName​(@Nullable
                                                                   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 TableServicePropertiesArgs.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