Class Get1ItemsItem
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Get1ItemsItem>
com.azure.resourcemanager.authorization.fluent.models.Get1ItemsItem
Defines values for Get1ItemsItem.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Get1ItemsItemStatic value authenticationType for Get1ItemsItem.static final Get1ItemsItemStatic value availabilityStatus for Get1ItemsItem.static final Get1ItemsItemStatic value deletedDateTime for Get1ItemsItem.static final Get1ItemsItemStatic value domainNameReferences for Get1ItemsItem.static final Get1ItemsItemStatic value id for Get1ItemsItem.static final Get1ItemsItemStatic value isAdminManaged for Get1ItemsItem.static final Get1ItemsItemStatic value isDefault for Get1ItemsItem.static final Get1ItemsItemStatic value isInitial for Get1ItemsItem.static final Get1ItemsItemStatic value isRoot for Get1ItemsItem.static final Get1ItemsItemStatic value isVerified for Get1ItemsItem.static final Get1ItemsItemStatic value manufacturer for Get1ItemsItem.static final Get1ItemsItemStatic value model for Get1ItemsItem.static final Get1ItemsItemStatic value passwordNotificationWindowInDays for Get1ItemsItem.static final Get1ItemsItemStatic value passwordValidityPeriodInDays for Get1ItemsItem.static final Get1ItemsItemStatic value serviceConfigurationRecords for Get1ItemsItem.static final Get1ItemsItemStatic value state for Get1ItemsItem.static final Get1ItemsItemStatic value supportedServices for Get1ItemsItem.static final Get1ItemsItemStatic value verificationDnsRecords for Get1ItemsItem. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Get1ItemsItemfromString(String name) Creates or finds a Get1ItemsItem from its string representation.static Collection<Get1ItemsItem>values()Gets known Get1ItemsItem values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ID
Static value id for Get1ItemsItem. -
DELETED_DATE_TIME
Static value deletedDateTime for Get1ItemsItem. -
AUTHENTICATION_TYPE
Static value authenticationType for Get1ItemsItem. -
AVAILABILITY_STATUS
Static value availabilityStatus for Get1ItemsItem. -
IS_ADMIN_MANAGED
Static value isAdminManaged for Get1ItemsItem. -
IS_DEFAULT
Static value isDefault for Get1ItemsItem. -
IS_INITIAL
Static value isInitial for Get1ItemsItem. -
IS_ROOT
Static value isRoot for Get1ItemsItem. -
IS_VERIFIED
Static value isVerified for Get1ItemsItem. -
MANUFACTURER
Static value manufacturer for Get1ItemsItem. -
MODEL
Static value model for Get1ItemsItem. -
PASSWORD_NOTIFICATION_WINDOW_IN_DAYS
Static value passwordNotificationWindowInDays for Get1ItemsItem. -
PASSWORD_VALIDITY_PERIOD_IN_DAYS
Static value passwordValidityPeriodInDays for Get1ItemsItem. -
STATE
Static value state for Get1ItemsItem. -
SUPPORTED_SERVICES
Static value supportedServices for Get1ItemsItem. -
DOMAIN_NAME_REFERENCES
Static value domainNameReferences for Get1ItemsItem. -
SERVICE_CONFIGURATION_RECORDS
Static value serviceConfigurationRecords for Get1ItemsItem. -
VERIFICATION_DNS_RECORDS
Static value verificationDnsRecords for Get1ItemsItem.
-
-
Constructor Details
-
Get1ItemsItem
Deprecated.Use thefromString(String)factory method.Creates a new instance of Get1ItemsItem value.
-
-
Method Details
-
fromString
Creates or finds a Get1ItemsItem from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding Get1ItemsItem.
-
values
Gets known Get1ItemsItem values.- Returns:
- known Get1ItemsItem values.
-
fromString(String)factory method.