Package com.pulumi.azurenative.storage
Class TableServicePropertiesArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.azurenative.storage.TableServicePropertiesArgs
-
public final class TableServicePropertiesArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TableServicePropertiesArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static TableServicePropertiesArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.pulumi.core.Output<java.lang.String>
accountName()
static TableServicePropertiesArgs.Builder
builder()
static TableServicePropertiesArgs.Builder
builder(TableServicePropertiesArgs defaults)
java.util.Optional<com.pulumi.core.Output<CorsRulesArgs>>
cors()
com.pulumi.core.Output<java.lang.String>
resourceGroupName()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
tableServiceName()
-
-
-
Field Detail
-
Empty
public static final TableServicePropertiesArgs Empty
-
-
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'
-
builder
public static TableServicePropertiesArgs.Builder builder()
-
builder
public static TableServicePropertiesArgs.Builder builder(TableServicePropertiesArgs defaults)
-
-