ArmWorkloadOrchestrationModelFactory.EdgeSchemaProperties 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 EdgeSchemaProperties.
public static Azure.ResourceManager.WorkloadOrchestration.Models.EdgeSchemaProperties EdgeSchemaProperties(string currentVersion = default, Azure.ResourceManager.WorkloadOrchestration.Models.WorkloadOrchestrationProvisioningState? provisioningState = default);
static member EdgeSchemaProperties : string * Nullable<Azure.ResourceManager.WorkloadOrchestration.Models.WorkloadOrchestrationProvisioningState> -> Azure.ResourceManager.WorkloadOrchestration.Models.EdgeSchemaProperties
Public Shared Function EdgeSchemaProperties (Optional currentVersion As String = Nothing, Optional provisioningState As Nullable(Of WorkloadOrchestrationProvisioningState) = Nothing) As EdgeSchemaProperties
Parameters
- currentVersion
- String
Current Version of schema.
- provisioningState
- Nullable<WorkloadOrchestrationProvisioningState>
Provisioning state of resource.
Returns
A new EdgeSchemaProperties instance for mocking.