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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET