ServerTrustGroupPropertiesTrustScopesItem Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. sql. models. ServerTrustGroupPropertiesTrustScopesItem
- com.
- com.
public final class ServerTrustGroupPropertiesTrustScopesItem
extends ExpandableStringEnum<ServerTrustGroupPropertiesTrustScopesItem>
Defines values for ServerTrustGroupPropertiesTrustScopesItem.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Server |
GLOBAL_TRANSACTIONS
Static value Global |
static final
Server |
SERVICE_BROKER
Static value Service |
Constructor Summary
Constructor | Description |
---|---|
ServerTrustGroupPropertiesTrustScopesItem() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Server |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Server |
fromString(String name)
Creates or finds a Server |
static
Collection<Server |
values()
Gets known Server |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
GLOBAL_TRANSACTIONS
public static final ServerTrustGroupPropertiesTrustScopesItem GLOBAL_TRANSACTIONS
Static value GlobalTransactions for ServerTrustGroupPropertiesTrustScopesItem.
SERVICE_BROKER
public static final ServerTrustGroupPropertiesTrustScopesItem SERVICE_BROKER
Static value ServiceBroker for ServerTrustGroupPropertiesTrustScopesItem.
Constructor Details
ServerTrustGroupPropertiesTrustScopesItem
@Deprecated
public ServerTrustGroupPropertiesTrustScopesItem()
Deprecated
Creates a new instance of ServerTrustGroupPropertiesTrustScopesItem value.
Method Details
fromString
public static ServerTrustGroupPropertiesTrustScopesItem fromString(String name)
Creates or finds a ServerTrustGroupPropertiesTrustScopesItem from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known ServerTrustGroupPropertiesTrustScopesItem values.
Returns:
Applies to
Azure SDK for Java