ArmComputeLimitModelFactory.ComputeLimitFeatureProperties Method

Definition

Properties of the compute limit feature.

public static Azure.ResourceManager.ComputeLimit.Models.ComputeLimitFeatureProperties ComputeLimitFeatureProperties(Azure.ResourceManager.ComputeLimit.Models.ComputeLimitFeatureState? state = default, Azure.ResourceManager.ComputeLimit.Models.ComputeLimitResourceProvisioningState? provisioningState = default);
static member ComputeLimitFeatureProperties : Nullable<Azure.ResourceManager.ComputeLimit.Models.ComputeLimitFeatureState> * Nullable<Azure.ResourceManager.ComputeLimit.Models.ComputeLimitResourceProvisioningState> -> Azure.ResourceManager.ComputeLimit.Models.ComputeLimitFeatureProperties
Public Shared Function ComputeLimitFeatureProperties (Optional state As Nullable(Of ComputeLimitFeatureState) = Nothing, Optional provisioningState As Nullable(Of ComputeLimitResourceProvisioningState) = Nothing) As ComputeLimitFeatureProperties

Parameters

state
Nullable<ComputeLimitFeatureState>

The current state of the feature (for example, Enabled, Disabled).

provisioningState
Nullable<ComputeLimitResourceProvisioningState>

The provisioning state of the resource.

Returns

A new ComputeLimitFeatureProperties instance for mocking.

Applies to