共用方式為


ArmMapsModelFactory.MapsAccountData Method

Definition

Initializes a new instance of MapsAccountData.

public static Azure.ResourceManager.Maps.MapsAccountData MapsAccountData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.Maps.Models.MapsSku sku = default, Azure.ResourceManager.Maps.Models.MapsAccountKind? kind = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, Azure.ResourceManager.Maps.Models.MapsAccountProperties properties = default);
static member MapsAccountData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Maps.Models.MapsSku * Nullable<Azure.ResourceManager.Maps.Models.MapsAccountKind> * Azure.ResourceManager.Models.ManagedServiceIdentity * Azure.ResourceManager.Maps.Models.MapsAccountProperties -> Azure.ResourceManager.Maps.MapsAccountData
Public Shared Function MapsAccountData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional sku As MapsSku = Nothing, Optional kind As Nullable(Of MapsAccountKind) = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional properties As MapsAccountProperties = Nothing) As MapsAccountData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tags
IDictionary<String,String>

The tags.

location
AzureLocation

The location.

sku
MapsSku

The SKU of this account.

kind
Nullable<MapsAccountKind>

Get or Set Kind property.

identity
ManagedServiceIdentity

Managed service identity (system assigned and/or user assigned identities).

properties
MapsAccountProperties

The map account properties.

Returns

A new MapsAccountData instance for mocking.

Applies to