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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET