Uses of Class
com.azure.resourcemanager.compute.models.CloudServiceSlotType
Packages that use CloudServiceSlotType
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of CloudServiceSlotType in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type CloudServiceSlotType in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classSlot type for the cloud service.Fields in com.azure.resourcemanager.compute.models declared as CloudServiceSlotTypeModifier and TypeFieldDescriptionstatic final CloudServiceSlotTypeCloudServiceSlotType.PRODUCTIONStatic value Production for CloudServiceSlotType.static final CloudServiceSlotTypeCloudServiceSlotType.STAGINGStatic value Staging for CloudServiceSlotType.Methods in com.azure.resourcemanager.compute.models that return CloudServiceSlotTypeModifier and TypeMethodDescriptionstatic CloudServiceSlotTypeCloudServiceSlotType.fromString(String name) Creates or finds a CloudServiceSlotType from its string representation.CloudServiceNetworkProfile.slotType()Get the slotType property: Slot type for the cloud service.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type CloudServiceSlotTypeModifier and TypeMethodDescriptionstatic Collection<CloudServiceSlotType> CloudServiceSlotType.values()Gets known CloudServiceSlotType values.Methods in com.azure.resourcemanager.compute.models with parameters of type CloudServiceSlotTypeModifier and TypeMethodDescriptionCloudServiceNetworkProfile.withSlotType(CloudServiceSlotType slotType) Set the slotType property: Slot type for the cloud service.