Class AccountState
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.Maps
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AccountState : ResourceArgs
Constructors
View SourceAccountState()
Declaration
public AccountState()
Properties
View SourceName
The name of the Azure Maps Account. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PrimaryAccessKey
The primary key used to authenticate and authorize access to the Maps REST APIs.
Declaration
public Input<string> PrimaryAccessKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the Resource Group in which the Azure Maps Account should exist. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SecondaryAccessKey
The secondary key used to authenticate and authorize access to the Maps REST APIs.
Declaration
public Input<string> SecondaryAccessKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SkuName
The sku of the Azure Maps Account. Possible values are S0 and S1.
Declaration
public Input<string> SkuName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the Azure Maps Account.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
XMsClientId
A unique identifier for the Maps Account.
Declaration
public Input<string> XMsClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |