Uses of Class
com.azure.resourcemanager.compute.models.OrchestrationServiceNames
-
Packages that use OrchestrationServiceNames Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of OrchestrationServiceNames in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as OrchestrationServiceNames Modifier and Type Field Description static OrchestrationServiceNamesOrchestrationServiceNames. AUTOMATIC_REPAIRSStatic value AutomaticRepairs for OrchestrationServiceNames.Methods in com.azure.resourcemanager.compute.models that return OrchestrationServiceNames Modifier and Type Method Description static OrchestrationServiceNamesOrchestrationServiceNames. fromString(String name)Creates or finds a OrchestrationServiceNames from its string representation.OrchestrationServiceNamesOrchestrationServiceStateInput. serviceName()Get the serviceName property: The name of the service.OrchestrationServiceNamesOrchestrationServiceSummary. serviceName()Get the serviceName property: The name of the service.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type OrchestrationServiceNames Modifier and Type Method Description static Collection<OrchestrationServiceNames>OrchestrationServiceNames. values()Methods in com.azure.resourcemanager.compute.models with parameters of type OrchestrationServiceNames Modifier and Type Method Description OrchestrationServiceStateInputOrchestrationServiceStateInput. withServiceName(OrchestrationServiceNames serviceName)Set the serviceName property: The name of the service.
-