Show / Hide Table of Contents

Class GetAccountResult

Inheritance
System.Object
GetAccountResult
Inherited Members
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.Storage
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetAccountResult

Fields

View Source

AccessTier

The access tier for BlobStorage accounts.

Declaration
public readonly string AccessTier
Field Value
Type Description
System.String
View Source

AccountKind

The Kind of account.

Declaration
public readonly string AccountKind
Field Value
Type Description
System.String
View Source

AccountReplicationType

The type of replication used for this storage account.

Declaration
public readonly string AccountReplicationType
Field Value
Type Description
System.String
View Source

AccountTier

The Tier of this storage account.

Declaration
public readonly string AccountTier
Field Value
Type Description
System.String
View Source

CustomDomains

A custom_domain block as documented below.

Declaration
public readonly ImmutableArray<GetAccountCustomDomainResult> CustomDomains
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetAccountCustomDomainResult>
View Source

EnableHttpsTrafficOnly

Is traffic only allowed via HTTPS? See here for more information.

Declaration
public readonly bool EnableHttpsTrafficOnly
Field Value
Type Description
System.Boolean
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

IsHnsEnabled

Is Hierarchical Namespace enabled?

Declaration
public readonly bool IsHnsEnabled
Field Value
Type Description
System.Boolean
View Source

Location

The Azure location where the Storage Account exists

Declaration
public readonly string Location
Field Value
Type Description
System.String
View Source

Name

The Custom Domain Name used for the Storage Account.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

PrimaryAccessKey

The primary access key for the Storage Account.

Declaration
public readonly string PrimaryAccessKey
Field Value
Type Description
System.String
View Source

PrimaryBlobConnectionString

The connection string associated with the primary blob location

Declaration
public readonly string PrimaryBlobConnectionString
Field Value
Type Description
System.String
View Source

PrimaryBlobEndpoint

The endpoint URL for blob storage in the primary location.

Declaration
public readonly string PrimaryBlobEndpoint
Field Value
Type Description
System.String
View Source

PrimaryBlobHost

The hostname with port if applicable for blob storage in the primary location.

Declaration
public readonly string PrimaryBlobHost
Field Value
Type Description
System.String
View Source

PrimaryConnectionString

The connection string associated with the primary location

Declaration
public readonly string PrimaryConnectionString
Field Value
Type Description
System.String
View Source

PrimaryDfsEndpoint

The endpoint URL for DFS storage in the primary location.

Declaration
public readonly string PrimaryDfsEndpoint
Field Value
Type Description
System.String
View Source

PrimaryDfsHost

The hostname with port if applicable for DFS storage in the primary location.

Declaration
public readonly string PrimaryDfsHost
Field Value
Type Description
System.String
View Source

PrimaryFileEndpoint

The endpoint URL for file storage in the primary location.

Declaration
public readonly string PrimaryFileEndpoint
Field Value
Type Description
System.String
View Source

PrimaryFileHost

The hostname with port if applicable for file storage in the primary location.

Declaration
public readonly string PrimaryFileHost
Field Value
Type Description
System.String
View Source

PrimaryLocation

The primary location of the Storage Account.

Declaration
public readonly string PrimaryLocation
Field Value
Type Description
System.String
View Source

PrimaryQueueEndpoint

The endpoint URL for queue storage in the primary location.

Declaration
public readonly string PrimaryQueueEndpoint
Field Value
Type Description
System.String
View Source

PrimaryQueueHost

The hostname with port if applicable for queue storage in the primary location.

Declaration
public readonly string PrimaryQueueHost
Field Value
Type Description
System.String
View Source

PrimaryTableEndpoint

The endpoint URL for table storage in the primary location.

Declaration
public readonly string PrimaryTableEndpoint
Field Value
Type Description
System.String
View Source

PrimaryTableHost

The hostname with port if applicable for table storage in the primary location.

Declaration
public readonly string PrimaryTableHost
Field Value
Type Description
System.String
View Source

PrimaryWebEndpoint

The endpoint URL for web storage in the primary location.

Declaration
public readonly string PrimaryWebEndpoint
Field Value
Type Description
System.String
View Source

PrimaryWebHost

The hostname with port if applicable for web storage in the primary location.

Declaration
public readonly string PrimaryWebHost
Field Value
Type Description
System.String
View Source

ResourceGroupName

Declaration
public readonly string ResourceGroupName
Field Value
Type Description
System.String
View Source

SecondaryAccessKey

The secondary access key for the Storage Account.

Declaration
public readonly string SecondaryAccessKey
Field Value
Type Description
System.String
View Source

SecondaryBlobConnectionString

The connection string associated with the secondary blob location

Declaration
public readonly string SecondaryBlobConnectionString
Field Value
Type Description
System.String
View Source

SecondaryBlobEndpoint

The endpoint URL for blob storage in the secondary location.

Declaration
public readonly string SecondaryBlobEndpoint
Field Value
Type Description
System.String
View Source

SecondaryBlobHost

The hostname with port if applicable for blob storage in the secondary location.

Declaration
public readonly string SecondaryBlobHost
Field Value
Type Description
System.String
View Source

SecondaryConnectionString

The connection string associated with the secondary location

Declaration
public readonly string SecondaryConnectionString
Field Value
Type Description
System.String
View Source

SecondaryDfsEndpoint

The endpoint URL for DFS storage in the secondary location.

Declaration
public readonly string SecondaryDfsEndpoint
Field Value
Type Description
System.String
View Source

SecondaryDfsHost

The hostname with port if applicable for DFS storage in the secondary location.

Declaration
public readonly string SecondaryDfsHost
Field Value
Type Description
System.String
View Source

SecondaryFileEndpoint

The endpoint URL for file storage in the secondary location.

Declaration
public readonly string SecondaryFileEndpoint
Field Value
Type Description
System.String
View Source

SecondaryFileHost

The hostname with port if applicable for file storage in the secondary location.

Declaration
public readonly string SecondaryFileHost
Field Value
Type Description
System.String
View Source

SecondaryLocation

The secondary location of the Storage Account.

Declaration
public readonly string SecondaryLocation
Field Value
Type Description
System.String
View Source

SecondaryQueueEndpoint

The endpoint URL for queue storage in the secondary location.

Declaration
public readonly string SecondaryQueueEndpoint
Field Value
Type Description
System.String
View Source

SecondaryQueueHost

The hostname with port if applicable for queue storage in the secondary location.

Declaration
public readonly string SecondaryQueueHost
Field Value
Type Description
System.String
View Source

SecondaryTableEndpoint

The endpoint URL for table storage in the secondary location.

Declaration
public readonly string SecondaryTableEndpoint
Field Value
Type Description
System.String
View Source

SecondaryTableHost

The hostname with port if applicable for table storage in the secondary location.

Declaration
public readonly string SecondaryTableHost
Field Value
Type Description
System.String
View Source

SecondaryWebEndpoint

The endpoint URL for web storage in the secondary location.

Declaration
public readonly string SecondaryWebEndpoint
Field Value
Type Description
System.String
View Source

SecondaryWebHost

The hostname with port if applicable for web storage in the secondary location.

Declaration
public readonly string SecondaryWebHost
Field Value
Type Description
System.String
View Source

Tags

A mapping of tags to assigned to the resource.

Declaration
public readonly ImmutableDictionary<string, string> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.