Uses of Enum
com.azure.resourcemanager.network.models.SlotType
Packages that use SlotType
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of SlotType in com.azure.resourcemanager.network.models
Subclasses with type arguments of type SlotType in com.azure.resourcemanager.network.modelsMethods in com.azure.resourcemanager.network.models that return SlotTypeModifier and TypeMethodDescriptionstatic SlotTypeSlotType.fromString(String value) Parses a serialized value to a SlotType instance.SwapResourceProperties.slotType()Get the slotType property: Specifies slot info on a cloud service.static SlotTypeReturns the enum constant of this type with the specified name.static SlotType[]SlotType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.network.models with parameters of type SlotTypeModifier and TypeMethodDescriptionSwapResourceProperties.withSlotType(SlotType slotType) Set the slotType property: Specifies slot info on a cloud service.