ArmWorkloadOrchestrationModelFactory.EdgeTargetProperties 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.
Initializes a new instance of EdgeTargetProperties.
public static Azure.ResourceManager.WorkloadOrchestration.Models.EdgeTargetProperties EdgeTargetProperties(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, Azure.ResourceManager.WorkloadOrchestration.Models.EdgeDeploymentStatus status = default, string solutionScope = default, Azure.ResourceManager.WorkloadOrchestration.Models.EdgeResourceState? state = default, Azure.ResourceManager.WorkloadOrchestration.Models.WorkloadOrchestrationProvisioningState? provisioningState = default);
static member EdgeTargetProperties : string * string * Azure.Core.ResourceIdentifier * System.Collections.Generic.IDictionary<string, BinaryData> * seq<string> * string * Azure.ResourceManager.WorkloadOrchestration.Models.EdgeDeploymentStatus * string * Nullable<Azure.ResourceManager.WorkloadOrchestration.Models.EdgeResourceState> * Nullable<Azure.ResourceManager.WorkloadOrchestration.Models.WorkloadOrchestrationProvisioningState> -> Azure.ResourceManager.WorkloadOrchestration.Models.EdgeTargetProperties
Public Shared Function EdgeTargetProperties (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 status As EdgeDeploymentStatus = Nothing, Optional solutionScope As String = Nothing, Optional state As Nullable(Of EdgeResourceState) = Nothing, Optional provisioningState As Nullable(Of WorkloadOrchestrationProvisioningState) = Nothing) As EdgeTargetProperties
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.
- status
- EdgeDeploymentStatus
Status of target.
- solutionScope
- String
Scope of the target resource.
- state
- Nullable<EdgeResourceState>
State of resource.
- provisioningState
- Nullable<WorkloadOrchestrationProvisioningState>
Provisioning state of resource.
Returns
A new EdgeTargetProperties instance for mocking.