ArmWorkloadOrchestrationModelFactory.EdgeSolutionTemplatePatchProperties 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.EdgeSolutionTemplatePatchProperties EdgeSolutionTemplatePatchProperties(string description = default, System.Collections.Generic.IEnumerable<string> capabilities = default, Azure.ResourceManager.WorkloadOrchestration.Models.EdgeResourceState? state = default, bool? isExternalValidationEnabled = default);
static member EdgeSolutionTemplatePatchProperties : string * seq<string> * Nullable<Azure.ResourceManager.WorkloadOrchestration.Models.EdgeResourceState> * Nullable<bool> -> Azure.ResourceManager.WorkloadOrchestration.Models.EdgeSolutionTemplatePatchProperties
Public Shared Function EdgeSolutionTemplatePatchProperties (Optional description As String = Nothing, Optional capabilities As IEnumerable(Of String) = Nothing, Optional state As Nullable(Of EdgeResourceState) = Nothing, Optional isExternalValidationEnabled As Nullable(Of Boolean) = Nothing) As EdgeSolutionTemplatePatchProperties
Parameters
- description
- String
Description of Solution template.
- capabilities
- IEnumerable<String>
List of capabilities.
- state
- Nullable<EdgeResourceState>
State of resource.
Returns
A new EdgeSolutionTemplatePatchProperties instance for mocking.