Uses of Enum
com.azure.resourcemanager.compute.models.ProtocolTypes
Packages that use ProtocolTypes
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of ProtocolTypes in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type ProtocolTypes in com.azure.resourcemanager.compute.modelsMethods in com.azure.resourcemanager.compute.models that return ProtocolTypesModifier and TypeMethodDescriptionstatic ProtocolTypesProtocolTypes.fromString(String value) Parses a serialized value to a ProtocolTypes instance.WinRMListener.protocol()Get the protocol property: Specifies the protocol of WinRM listener.static ProtocolTypesReturns the enum constant of this type with the specified name.static ProtocolTypes[]ProtocolTypes.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.compute.models with parameters of type ProtocolTypesModifier and TypeMethodDescriptionWinRMListener.withProtocol(ProtocolTypes protocol) Set the protocol property: Specifies the protocol of WinRM listener.