ArmComputeLimitModelFactory.ComputeLimitFeatureProperties 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 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.