Uses of Class
com.azure.resourcemanager.sql.models.ServerTrustGroupPropertiesTrustScopesItem
Packages that use ServerTrustGroupPropertiesTrustScopesItem
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of ServerTrustGroupPropertiesTrustScopesItem in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return types with arguments of type ServerTrustGroupPropertiesTrustScopesItemModifier and TypeMethodDescriptionServerTrustGroupInner.trustScopes()Get the trustScopes property: Trust scope of the server trust group.ServerTrustGroupProperties.trustScopes()Get the trustScopes property: Trust scope of the server trust group.Method parameters in com.azure.resourcemanager.sql.fluent.models with type arguments of type ServerTrustGroupPropertiesTrustScopesItemModifier and TypeMethodDescriptionServerTrustGroupInner.withTrustScopes(List<ServerTrustGroupPropertiesTrustScopesItem> trustScopes) Set the trustScopes property: Trust scope of the server trust group.ServerTrustGroupProperties.withTrustScopes(List<ServerTrustGroupPropertiesTrustScopesItem> trustScopes) Set the trustScopes property: Trust scope of the server trust group. -
Uses of ServerTrustGroupPropertiesTrustScopesItem in com.azure.resourcemanager.sql.models
Subclasses with type arguments of type ServerTrustGroupPropertiesTrustScopesItem in com.azure.resourcemanager.sql.modelsModifier and TypeClassDescriptionfinal classDefines values for ServerTrustGroupPropertiesTrustScopesItem.Fields in com.azure.resourcemanager.sql.models declared as ServerTrustGroupPropertiesTrustScopesItemModifier and TypeFieldDescriptionstatic final ServerTrustGroupPropertiesTrustScopesItemServerTrustGroupPropertiesTrustScopesItem.GLOBAL_TRANSACTIONSStatic value GlobalTransactions for ServerTrustGroupPropertiesTrustScopesItem.static final ServerTrustGroupPropertiesTrustScopesItemServerTrustGroupPropertiesTrustScopesItem.SERVICE_BROKERStatic value ServiceBroker for ServerTrustGroupPropertiesTrustScopesItem.Methods in com.azure.resourcemanager.sql.models that return ServerTrustGroupPropertiesTrustScopesItemModifier and TypeMethodDescriptionServerTrustGroupPropertiesTrustScopesItem.fromString(String name) Creates or finds a ServerTrustGroupPropertiesTrustScopesItem from its string representation.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type ServerTrustGroupPropertiesTrustScopesItemModifier and TypeMethodDescriptionServerTrustGroupPropertiesTrustScopesItem.values()Gets known ServerTrustGroupPropertiesTrustScopesItem values.