Show / Hide Table of Contents

Class AccountState

Inheritance
System.Object
InputArgs
ResourceArgs
AccountState
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.Maps
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AccountState : ResourceArgs

Constructors

View Source

AccountState()

Declaration
public AccountState()

Properties

View Source

Name

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

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

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

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

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

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

XMsClientId

A unique identifier for the Maps Account.

Declaration
public Input<string> XMsClientId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.