ArmComputeLimitModelFactory.ComputeLimitVmFamilyProperties 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.
Properties of a VM family resource.
public static Azure.ResourceManager.ComputeLimit.Models.ComputeLimitVmFamilyProperties ComputeLimitVmFamilyProperties(string category = default, Azure.ResourceManager.ComputeLimit.Models.ComputeLimitResourceProvisioningState? provisioningState = default);
static member ComputeLimitVmFamilyProperties : string * Nullable<Azure.ResourceManager.ComputeLimit.Models.ComputeLimitResourceProvisioningState> -> Azure.ResourceManager.ComputeLimit.Models.ComputeLimitVmFamilyProperties
Public Shared Function ComputeLimitVmFamilyProperties (Optional category As String = Nothing, Optional provisioningState As Nullable(Of ComputeLimitResourceProvisioningState) = Nothing) As ComputeLimitVmFamilyProperties
Parameters
- category
- String
The category of the VM family (for example, GeneralPurpose, ComputeOptimized).
- provisioningState
- Nullable<ComputeLimitResourceProvisioningState>
The provisioning state of the resource.
Returns
A new ComputeLimitVmFamilyProperties instance for mocking.