ArmMapsModelFactory.MapsCreatorProperties(String, Int32) Method

Definition

Initializes a new instance of MapsCreatorProperties.

public static Azure.ResourceManager.Maps.Models.MapsCreatorProperties MapsCreatorProperties (string provisioningState = default, int storageUnits = 0);
static member MapsCreatorProperties : string * int -> Azure.ResourceManager.Maps.Models.MapsCreatorProperties
Public Shared Function MapsCreatorProperties (Optional provisioningState As String = Nothing, Optional storageUnits As Integer = 0) As MapsCreatorProperties

Parameters

provisioningState
String

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

storageUnits
Int32

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

Returns

A new MapsCreatorProperties instance for mocking.

Applies to