Show / Hide Table of Contents

Class StoreState

Inheritance
System.Object
InputArgs
ResourceArgs
StoreState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.DataLake
Assembly: Pulumi.Azure.dll
Syntax
public sealed class StoreState : ResourceArgs

Constructors

View Source

StoreState()

Declaration
public StoreState()

Properties

View Source

EncryptionState

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>
View Source

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>
View Source

Endpoint

The Endpoint for the Data Lake Store.

Declaration
public Input<string> Endpoint { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

Tags

A mapping of tags to assign to the resource.

Declaration
public InputMap<string> Tags { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.