ArmComputeModelFactory.OrchestrationServiceSummary 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 OrchestrationServiceSummary.
public static Azure.ResourceManager.Compute.Models.OrchestrationServiceSummary OrchestrationServiceSummary (Azure.ResourceManager.Compute.Models.OrchestrationServiceName? serviceName = default, Azure.ResourceManager.Compute.Models.OrchestrationServiceState? serviceState = default);
static member OrchestrationServiceSummary : Nullable<Azure.ResourceManager.Compute.Models.OrchestrationServiceName> * Nullable<Azure.ResourceManager.Compute.Models.OrchestrationServiceState> -> Azure.ResourceManager.Compute.Models.OrchestrationServiceSummary
Public Shared Function OrchestrationServiceSummary (Optional serviceName As Nullable(Of OrchestrationServiceName) = Nothing, Optional serviceState As Nullable(Of OrchestrationServiceState) = Nothing) As OrchestrationServiceSummary
Parameters
- serviceName
- Nullable<OrchestrationServiceName>
The name of the service.
- serviceState
- Nullable<OrchestrationServiceState>
The current state of the service.
Returns
A new OrchestrationServiceSummary instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET