ArmMapsModelFactory.MapsCreatorProperties Method

Definition

Creator resource properties.

public static Azure.ResourceManager.Maps.Models.MapsCreatorProperties MapsCreatorProperties(string provisioningState = default, int storageUnits = 0, int? totalStorageUnitSizeInBytes = default, int? consumedStorageUnitSizeInBytes = default);
static member MapsCreatorProperties : string * int * Nullable<int> * Nullable<int> -> Azure.ResourceManager.Maps.Models.MapsCreatorProperties
Public Shared Function MapsCreatorProperties (Optional provisioningState As String = Nothing, Optional storageUnits As Integer = 0, Optional totalStorageUnitSizeInBytes As Nullable(Of Integer) = Nothing, Optional consumedStorageUnitSizeInBytes As Nullable(Of Integer) = Nothing) 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.

totalStorageUnitSizeInBytes
Nullable<Int32>

The total allocated storage unit size in bytes for the creator resource.

consumedStorageUnitSizeInBytes
Nullable<Int32>

The consumed storage unit size in bytes for the creator resource.

Returns

A new MapsCreatorProperties instance for mocking.

Applies to