ArmMapsModelFactory.MapsCreatorProperties(String, Int32) 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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET