Class ServerTrustGroupInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.sql.fluent.models.ServerTrustGroupInner

public final class ServerTrustGroupInner extends com.azure.core.management.ProxyResource
A server trust group.
  • Constructor Details

    • ServerTrustGroupInner

      public ServerTrustGroupInner()
      Creates an instance of ServerTrustGroupInner class.
  • Method Details

    • groupMembers

      public List<ServerInfo> groupMembers()
      Get the groupMembers property: Group members information for the server trust group.
      Returns:
      the groupMembers value.
    • withGroupMembers

      public ServerTrustGroupInner withGroupMembers(List<ServerInfo> groupMembers)
      Set the groupMembers property: Group members information for the server trust group.
      Parameters:
      groupMembers - the groupMembers value to set.
      Returns:
      the ServerTrustGroupInner object itself.
    • trustScopes

      Get the trustScopes property: Trust scope of the server trust group.
      Returns:
      the trustScopes value.
    • withTrustScopes

      Set the trustScopes property: Trust scope of the server trust group.
      Parameters:
      trustScopes - the trustScopes value to set.
      Returns:
      the ServerTrustGroupInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.