Uses of Class
com.azure.resourcemanager.sql.models.PartnerInfo
-
Packages that use PartnerInfo Package Description com.azure.resourcemanager.sql.fluent.models Package containing the inner data models for SqlManagementClient.com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of PartnerInfo in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return types with arguments of type PartnerInfo Modifier and Type Method Description List<PartnerInfo>FailoverGroupInner. partnerServers()Get the partnerServers property: List of partner server information for the failover group.Method parameters in com.azure.resourcemanager.sql.fluent.models with type arguments of type PartnerInfo Modifier and Type Method Description FailoverGroupInnerFailoverGroupInner. withPartnerServers(List<PartnerInfo> partnerServers)Set the partnerServers property: List of partner server information for the failover group. -
Uses of PartnerInfo in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return PartnerInfo Modifier and Type Method Description PartnerInfoPartnerInfo. withId(String id)Set the id property: Resource identifier of the partner server.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type PartnerInfo Modifier and Type Method Description List<PartnerInfo>SqlFailoverGroup. partnerServers()
-