ArmComputeModelFactory.OrchestrationServiceStateContent 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.Compute.Models.OrchestrationServiceStateContent OrchestrationServiceStateContent(Azure.ResourceManager.Compute.Models.OrchestrationServiceName serviceName = default, Azure.ResourceManager.Compute.Models.OrchestrationServiceStateAction action = default);
static member OrchestrationServiceStateContent : Azure.ResourceManager.Compute.Models.OrchestrationServiceName * Azure.ResourceManager.Compute.Models.OrchestrationServiceStateAction -> Azure.ResourceManager.Compute.Models.OrchestrationServiceStateContent
Public Shared Function OrchestrationServiceStateContent (Optional serviceName As OrchestrationServiceName = Nothing, Optional action As OrchestrationServiceStateAction = Nothing) As OrchestrationServiceStateContent
Parameters
- serviceName
- OrchestrationServiceName
The name of the service.
The action to be performed.
Returns
A new OrchestrationServiceStateContent instance for mocking.