共用方式為


ArmMapsModelFactory.MapsCreatorPatch Method

Definition

Initializes a new instance of MapsCreatorPatch.

public static Azure.ResourceManager.Maps.Models.MapsCreatorPatch MapsCreatorPatch (System.Collections.Generic.IDictionary<string,string> tags = default, string provisioningState = default, int? storageUnits = default);
static member MapsCreatorPatch : System.Collections.Generic.IDictionary<string, string> * string * Nullable<int> -> Azure.ResourceManager.Maps.Models.MapsCreatorPatch
Public Shared Function MapsCreatorPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional provisioningState As String = Nothing, Optional storageUnits As Nullable(Of Integer) = Nothing) As MapsCreatorPatch

Parameters

tags
IDictionary<String,String>

Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters.

provisioningState
String

The state of the resource provisioning, terminal states: Succeeded, Failed, Canceled.

storageUnits
Nullable<Int32>

The storage units to be allocated. Integer values from 1 to 100, inclusive.

Returns

A new MapsCreatorPatch instance for mocking.

Applies to