Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
static SettingNames |
SettingNames.fromString(String value)
Parses a serialized value to a SettingNames instance.
|
SettingNames |
AdditionalUnattendContent.settingName()
Get specifies the name of the setting to which the content applies.
|
static SettingNames |
SettingNames.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SettingNames[] |
SettingNames.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AdditionalUnattendContent |
AdditionalUnattendContent.withSettingName(SettingNames settingName)
Set specifies the name of the setting to which the content applies.
|
Copyright © 2019. All rights reserved.