Class ServerTrustGroupPropertiesTrustScopesItem
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ServerTrustGroupPropertiesTrustScopesItem>
com.azure.resourcemanager.sql.models.ServerTrustGroupPropertiesTrustScopesItem
public final class ServerTrustGroupPropertiesTrustScopesItem
extends com.azure.core.util.ExpandableStringEnum<ServerTrustGroupPropertiesTrustScopesItem>
Defines values for ServerTrustGroupPropertiesTrustScopesItem.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ServerTrustGroupPropertiesTrustScopesItemStatic value GlobalTransactions for ServerTrustGroupPropertiesTrustScopesItem.static final ServerTrustGroupPropertiesTrustScopesItemStatic value ServiceBroker for ServerTrustGroupPropertiesTrustScopesItem. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a ServerTrustGroupPropertiesTrustScopesItem from its string representation.values()Gets known ServerTrustGroupPropertiesTrustScopesItem values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
GLOBAL_TRANSACTIONS
Static value GlobalTransactions for ServerTrustGroupPropertiesTrustScopesItem. -
SERVICE_BROKER
Static value ServiceBroker for ServerTrustGroupPropertiesTrustScopesItem.
-
-
Constructor Details
-
ServerTrustGroupPropertiesTrustScopesItem
public ServerTrustGroupPropertiesTrustScopesItem()
-
-
Method Details
-
fromString
Creates or finds a ServerTrustGroupPropertiesTrustScopesItem from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ServerTrustGroupPropertiesTrustScopesItem.
-
values
Gets known ServerTrustGroupPropertiesTrustScopesItem values.- Returns:
- known ServerTrustGroupPropertiesTrustScopesItem values.
-