Uses of Class
com.azure.resourcemanager.sql.fluent.models.ServerTrustGroupProperties
Packages that use ServerTrustGroupProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
-
Uses of ServerTrustGroupProperties in com.azure.resourcemanager.sql.fluent.models
Classes in com.azure.resourcemanager.sql.fluent.models that implement interfaces with type arguments of type ServerTrustGroupPropertiesModifier and TypeClassDescriptionfinal classProperties of a server trust group.Methods in com.azure.resourcemanager.sql.fluent.models that return ServerTrustGroupPropertiesModifier and TypeMethodDescriptionstatic ServerTrustGroupPropertiesServerTrustGroupProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServerTrustGroupProperties from the JsonReader.ServerTrustGroupProperties.withGroupMembers(List<ServerInfo> groupMembers) Set the groupMembers property: Group members information for the server trust group.ServerTrustGroupProperties.withTrustScopes(List<ServerTrustGroupPropertiesTrustScopesItem> trustScopes) Set the trustScopes property: Trust scope of the server trust group.