Class StoreState
Inherited Members
Namespace: Pulumi.Azure.DataLake
Assembly: Pulumi.Azure.dll
Syntax
public sealed class StoreState : ResourceArgs
Constructors
View SourceStoreState()
Declaration
public StoreState()
Properties
View SourceEncryptionState
Is Encryption enabled on this Data Lake Store Account? Possible values are Enabled or Disabled. Defaults to Enabled.
Declaration
public Input<string> EncryptionState { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EncryptionType
The Encryption Type used for this Data Lake Store Account. Currently can be set to ServiceManaged when encryption_state is Enabled - and must be a blank string when it's Disabled.
Declaration
public Input<string> EncryptionType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Endpoint
The Endpoint for the Data Lake Store.
Declaration
public Input<string> Endpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FirewallAllowAzureIps
are Azure Service IP's allowed through the firewall? Possible values are Enabled and Disabled. Defaults to Enabled.
Declaration
public Input<string> FirewallAllowAzureIps { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FirewallState
the state of the Firewall. Possible values are Enabled and Disabled. Defaults to Enabled.
Declaration
public Input<string> FirewallState { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Location
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Specifies the name of the Data Lake Store. Changing this forces a new resource to be created. Has to be between 3 to 24 characters.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the resource group in which to create the Data Lake Store.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
Tier
The monthly commitment tier for Data Lake Store. Accepted values are Consumption, Commitment_1TB, Commitment_10TB, Commitment_100TB, Commitment_500TB, Commitment_1PB or Commitment_5PB.
Declaration
public Input<string> Tier { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |