public static enum VirtualMachineScaleSetOSProfile.WindowsConfiguration.WinRM.Protocol extends Enum<VirtualMachineScaleSetOSProfile.WindowsConfiguration.WinRM.Protocol>
| Enum Constant and Description |
|---|
HTTP |
HTTPS |
UNRECOGNIZED |
| Modifier and Type | Method and Description |
|---|---|
static VirtualMachineScaleSetOSProfile.WindowsConfiguration.WinRM.Protocol |
fromValue(String value) |
String |
toString() |
static VirtualMachineScaleSetOSProfile.WindowsConfiguration.WinRM.Protocol |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VirtualMachineScaleSetOSProfile.WindowsConfiguration.WinRM.Protocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VirtualMachineScaleSetOSProfile.WindowsConfiguration.WinRM.Protocol HTTP
public static final VirtualMachineScaleSetOSProfile.WindowsConfiguration.WinRM.Protocol HTTPS
public static final VirtualMachineScaleSetOSProfile.WindowsConfiguration.WinRM.Protocol UNRECOGNIZED
public static VirtualMachineScaleSetOSProfile.WindowsConfiguration.WinRM.Protocol[] values()
for (VirtualMachineScaleSetOSProfile.WindowsConfiguration.WinRM.Protocol c : VirtualMachineScaleSetOSProfile.WindowsConfiguration.WinRM.Protocol.values()) System.out.println(c);
public static VirtualMachineScaleSetOSProfile.WindowsConfiguration.WinRM.Protocol valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static VirtualMachineScaleSetOSProfile.WindowsConfiguration.WinRM.Protocol fromValue(String value)
public String toString()
toString in class Enum<VirtualMachineScaleSetOSProfile.WindowsConfiguration.WinRM.Protocol>Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.