Class TableServicePropertiesArgs


  • public final class TableServicePropertiesArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • accountName

        public com.pulumi.core.Output<java.lang.String> accountName()
        Returns:
        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.
      • cors

        public java.util.Optional<com.pulumi.core.Output<CorsRulesArgs>> cors()
        Returns:
        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.
      • resourceGroupName

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

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> tableServiceName()
        Returns:
        The name of the Table Service within the specified storage account. Table Service Name must be 'default'