Uses of Class
com.azure.resourcemanager.compute.models.ProtocolTypes
-
Packages that use ProtocolTypes Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of ProtocolTypes in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return ProtocolTypes Modifier and Type Method Description static ProtocolTypesProtocolTypes. fromString(String value)Parses a serialized value to a ProtocolTypes instance.ProtocolTypesWinRMListener. protocol()Get the protocol property: Specifies the protocol of WinRM listener.static ProtocolTypesProtocolTypes. valueOf(String name)Returns 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 ProtocolTypes Modifier and Type Method Description WinRMListenerWinRMListener. withProtocol(ProtocolTypes protocol)Set the protocol property: Specifies the protocol of WinRM listener.
-