ArmWorkloadOrchestrationModelFactory.EdgeTargetPatchProperties 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.EdgeTargetPatchProperties EdgeTargetPatchProperties(string description = default, string displayName = default, Azure.Core.ResourceIdentifier contextId = default, System.Collections.Generic.IDictionary<string,BinaryData> targetSpecification = default, System.Collections.Generic.IEnumerable<string> capabilities = default, string hierarchyLevel = default, string solutionScope = default, Azure.ResourceManager.WorkloadOrchestration.Models.EdgeResourceState? state = default);
static member EdgeTargetPatchProperties : string * string * Azure.Core.ResourceIdentifier * System.Collections.Generic.IDictionary<string, BinaryData> * seq<string> * string * string * Nullable<Azure.ResourceManager.WorkloadOrchestration.Models.EdgeResourceState> -> Azure.ResourceManager.WorkloadOrchestration.Models.EdgeTargetPatchProperties
Public Shared Function EdgeTargetPatchProperties (Optional description As String = Nothing, Optional displayName As String = Nothing, Optional contextId As ResourceIdentifier = Nothing, Optional targetSpecification As IDictionary(Of String, BinaryData) = Nothing, Optional capabilities As IEnumerable(Of String) = Nothing, Optional hierarchyLevel As String = Nothing, Optional solutionScope As String = Nothing, Optional state As Nullable(Of EdgeResourceState) = Nothing) As EdgeTargetPatchProperties
Parameters
- description
- String
Description of target.
- displayName
- String
Display name of target.
- contextId
- ResourceIdentifier
ArmId of Context.
- targetSpecification
- IDictionary<String,BinaryData>
target spec.
- capabilities
- IEnumerable<String>
List of capabilities.
- hierarchyLevel
- String
Hierarchy Level.
- solutionScope
- String
Scope of the target resource.
- state
- Nullable<EdgeResourceState>
State of resource.
Returns
A new EdgeTargetPatchProperties instance for mocking.