DomainManagement Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. communication. models. DomainManagement
- com.
- com.
public final class DomainManagement
extends ExpandableStringEnum<DomainManagement>
Describes how a Domains resource is being managed.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Domain |
AZURE_MANAGED
Static value Azure |
|
static final
Domain |
CUSTOMER_MANAGED
Static value Customer |
|
static final
Domain |
CUSTOMER_MANAGED_IN_EXCHANGE_ONLINE
Static value Customer |
Constructor Summary
| Constructor | Description |
|---|---|
| DomainManagement() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Domain |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Domain |
fromString(String name)
Creates or finds a Domain |
|
static
Collection<Domain |
values()
Gets known Domain |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AZURE_MANAGED
public static final DomainManagement AZURE_MANAGED
Static value AzureManaged for DomainManagement.
CUSTOMER_MANAGED
public static final DomainManagement CUSTOMER_MANAGED
Static value CustomerManaged for DomainManagement.
CUSTOMER_MANAGED_IN_EXCHANGE_ONLINE
public static final DomainManagement CUSTOMER_MANAGED_IN_EXCHANGE_ONLINE
Static value CustomerManagedInExchangeOnline for DomainManagement.
Constructor Details
DomainManagement
@Deprecated
public DomainManagement()
Deprecated
Creates a new instance of DomainManagement value.
Method Details
fromString
public static DomainManagement fromString(String name)
Creates or finds a DomainManagement from its string representation.
Parameters:
Returns:
values
public static Collection<DomainManagement> values()
Gets known DomainManagement values.
Returns: