Condividi tramite


ArmComputeModelFactory.OrchestrationServiceSummary Method

Definition

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