ArmWorkloadOrchestrationModelFactory.EdgeTargetPatchProperties Method

Definition

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.

Applies to