ArmWorkloadOrchestrationModelFactory.ContextCapability 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.
public static Azure.ResourceManager.WorkloadOrchestration.Models.ContextCapability ContextCapability(string name = default, string description = default, Azure.ResourceManager.WorkloadOrchestration.Models.EdgeResourceState? state = default);
static member ContextCapability : string * string * Nullable<Azure.ResourceManager.WorkloadOrchestration.Models.EdgeResourceState> -> Azure.ResourceManager.WorkloadOrchestration.Models.ContextCapability
Public Shared Function ContextCapability (Optional name As String = Nothing, Optional description As String = Nothing, Optional state As Nullable(Of EdgeResourceState) = Nothing) As ContextCapability
Parameters
- name
- String
Name of Capability.
- description
- String
Description of Capability.
- state
- Nullable<EdgeResourceState>
State of resource.
Returns
A new ContextCapability instance for mocking.