ArmMapsModelFactory.MapsCreatorProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
The total allocated storage unit size in bytes for the creator resource.
The consumed storage unit size in bytes for the creator resource.
Returns
A new MapsCreatorProperties instance for mocking.