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()
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetAccountResult
Fields
View Source
Capabilities
Capabilities enabled on this Cosmos DB account.
Declaration
public readonly ImmutableArray<GetAccountCapabilityResult> Capabilities
Field Value
View Source
ConsistencyPolicies
Declaration
public readonly ImmutableArray<GetAccountConsistencyPolicyResult> ConsistencyPolicies
Field Value
View Source
EnableAutomaticFailover
If automatic failover is enabled for this CosmosDB Account.
Declaration
public readonly bool EnableAutomaticFailover
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
EnableMultipleWriteLocations
If multi-master is enabled for this Cosmos DB account.
Declaration
public readonly bool EnableMultipleWriteLocations
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
Endpoint
The endpoint used to connect to the CosmosDB account.
Declaration
public readonly string Endpoint
Field Value
| Type |
Description |
| System.String |
|
View Source
GeoLocations
Declaration
public readonly ImmutableArray<GetAccountGeoLocationResult> GeoLocations
Field Value
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
IpRangeFilter
The current IP Filter for this CosmosDB account
Declaration
public readonly string IpRangeFilter
Field Value
| Type |
Description |
| System.String |
|
View Source
IsVirtualNetworkFilterEnabled
If virtual network filtering is enabled for this Cosmos DB account.
Declaration
public readonly bool IsVirtualNetworkFilterEnabled
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
Kind
The Kind of the CosmosDB account.
Declaration
public readonly string Kind
Field Value
| Type |
Description |
| System.String |
|
View Source
Location
The name of the Azure region hosting replicated data.
Declaration
public readonly string Location
Field Value
| Type |
Description |
| System.String |
|
View Source
Name
Declaration
public readonly string Name
Field Value
| Type |
Description |
| System.String |
|
View Source
OfferType
The Offer Type to used by this CosmosDB Account.
Declaration
public readonly string OfferType
Field Value
| Type |
Description |
| System.String |
|
View Source
PrimaryMasterKey
The Primary master key for the CosmosDB Account.
Declaration
public readonly string PrimaryMasterKey
Field Value
| Type |
Description |
| System.String |
|
View Source
PrimaryReadonlyMasterKey
The Primary read-only master Key for the CosmosDB Account.
Declaration
public readonly string PrimaryReadonlyMasterKey
Field Value
| Type |
Description |
| System.String |
|
View Source
ReadEndpoints
A list of read endpoints available for this CosmosDB account.
Declaration
public readonly ImmutableArray<string> ReadEndpoints
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
ResourceGroupName
Declaration
public readonly string ResourceGroupName
Field Value
| Type |
Description |
| System.String |
|
View Source
SecondaryMasterKey
The Secondary master key for the CosmosDB Account.
Declaration
public readonly string SecondaryMasterKey
Field Value
| Type |
Description |
| System.String |
|
View Source
SecondaryReadonlyMasterKey
The Secondary read-only master key for the CosmosDB Account.
Declaration
public readonly string SecondaryReadonlyMasterKey
Field Value
| Type |
Description |
| System.String |
|
View Source
A mapping of tags 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
VirtualNetworkRules
Subnets that are allowed to access this CosmosDB account.
Declaration
public readonly ImmutableArray<GetAccountVirtualNetworkRuleResult> VirtualNetworkRules
Field Value
View Source
WriteEndpoints
A list of write endpoints available for this CosmosDB account.
Declaration
public readonly ImmutableArray<string> WriteEndpoints
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|