Uses of Class
com.azure.resourcemanager.sql.fluent.models.ServerTrustGroupInner
Packages that use ServerTrustGroupInner
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of ServerTrustGroupInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return ServerTrustGroupInnerModifier and TypeMethodDescriptionServerTrustGroupsClient.createOrUpdate(String resourceGroupName, String locationName, String serverTrustGroupName, ServerTrustGroupInner parameters) Creates or updates a server trust group.ServerTrustGroupsClient.createOrUpdate(String resourceGroupName, String locationName, String serverTrustGroupName, ServerTrustGroupInner parameters, com.azure.core.util.Context context) Creates or updates a server trust group.ServerTrustGroupsClient.get(String resourceGroupName, String locationName, String serverTrustGroupName) Gets a server trust group.Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type ServerTrustGroupInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerTrustGroupInner>,ServerTrustGroupInner> ServerTrustGroupsClient.beginCreateOrUpdate(String resourceGroupName, String locationName, String serverTrustGroupName, ServerTrustGroupInner parameters) Creates or updates a server trust group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerTrustGroupInner>,ServerTrustGroupInner> ServerTrustGroupsClient.beginCreateOrUpdate(String resourceGroupName, String locationName, String serverTrustGroupName, ServerTrustGroupInner parameters) Creates or updates a server trust group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerTrustGroupInner>,ServerTrustGroupInner> ServerTrustGroupsClient.beginCreateOrUpdate(String resourceGroupName, String locationName, String serverTrustGroupName, ServerTrustGroupInner parameters, com.azure.core.util.Context context) Creates or updates a server trust group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerTrustGroupInner>,ServerTrustGroupInner> ServerTrustGroupsClient.beginCreateOrUpdate(String resourceGroupName, String locationName, String serverTrustGroupName, ServerTrustGroupInner parameters, com.azure.core.util.Context context) Creates or updates a server trust group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ServerTrustGroupInner>,ServerTrustGroupInner> ServerTrustGroupsClient.beginCreateOrUpdateAsync(String resourceGroupName, String locationName, String serverTrustGroupName, ServerTrustGroupInner parameters) Creates or updates a server trust group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ServerTrustGroupInner>,ServerTrustGroupInner> ServerTrustGroupsClient.beginCreateOrUpdateAsync(String resourceGroupName, String locationName, String serverTrustGroupName, ServerTrustGroupInner parameters) Creates or updates a server trust group.ServerTrustGroupsClient.createOrUpdateAsync(String resourceGroupName, String locationName, String serverTrustGroupName, ServerTrustGroupInner parameters) Creates or updates a server trust group.ServerTrustGroupsClient.getAsync(String resourceGroupName, String locationName, String serverTrustGroupName) Gets a server trust group.com.azure.core.http.rest.Response<ServerTrustGroupInner>ServerTrustGroupsClient.getWithResponse(String resourceGroupName, String locationName, String serverTrustGroupName, com.azure.core.util.Context context) Gets a server trust group.Mono<com.azure.core.http.rest.Response<ServerTrustGroupInner>>ServerTrustGroupsClient.getWithResponseAsync(String resourceGroupName, String locationName, String serverTrustGroupName) Gets a server trust group.com.azure.core.http.rest.PagedIterable<ServerTrustGroupInner>ServerTrustGroupsClient.listByInstance(String resourceGroupName, String managedInstanceName) Gets a server trust groups by instance name.com.azure.core.http.rest.PagedIterable<ServerTrustGroupInner>ServerTrustGroupsClient.listByInstance(String resourceGroupName, String managedInstanceName, com.azure.core.util.Context context) Gets a server trust groups by instance name.com.azure.core.http.rest.PagedFlux<ServerTrustGroupInner>ServerTrustGroupsClient.listByInstanceAsync(String resourceGroupName, String managedInstanceName) Gets a server trust groups by instance name.com.azure.core.http.rest.PagedIterable<ServerTrustGroupInner>ServerTrustGroupsClient.listByLocation(String resourceGroupName, String locationName) Lists a server trust group.com.azure.core.http.rest.PagedIterable<ServerTrustGroupInner>ServerTrustGroupsClient.listByLocation(String resourceGroupName, String locationName, com.azure.core.util.Context context) Lists a server trust group.com.azure.core.http.rest.PagedFlux<ServerTrustGroupInner>ServerTrustGroupsClient.listByLocationAsync(String resourceGroupName, String locationName) Lists a server trust group.Methods in com.azure.resourcemanager.sql.fluent with parameters of type ServerTrustGroupInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerTrustGroupInner>,ServerTrustGroupInner> ServerTrustGroupsClient.beginCreateOrUpdate(String resourceGroupName, String locationName, String serverTrustGroupName, ServerTrustGroupInner parameters) Creates or updates a server trust group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerTrustGroupInner>,ServerTrustGroupInner> ServerTrustGroupsClient.beginCreateOrUpdate(String resourceGroupName, String locationName, String serverTrustGroupName, ServerTrustGroupInner parameters, com.azure.core.util.Context context) Creates or updates a server trust group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ServerTrustGroupInner>,ServerTrustGroupInner> ServerTrustGroupsClient.beginCreateOrUpdateAsync(String resourceGroupName, String locationName, String serverTrustGroupName, ServerTrustGroupInner parameters) Creates or updates a server trust group.ServerTrustGroupsClient.createOrUpdate(String resourceGroupName, String locationName, String serverTrustGroupName, ServerTrustGroupInner parameters) Creates or updates a server trust group.ServerTrustGroupsClient.createOrUpdate(String resourceGroupName, String locationName, String serverTrustGroupName, ServerTrustGroupInner parameters, com.azure.core.util.Context context) Creates or updates a server trust group.ServerTrustGroupsClient.createOrUpdateAsync(String resourceGroupName, String locationName, String serverTrustGroupName, ServerTrustGroupInner parameters) Creates or updates a server trust group.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>ServerTrustGroupsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String locationName, String serverTrustGroupName, ServerTrustGroupInner parameters) Creates or updates a server trust group. -
Uses of ServerTrustGroupInner in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return ServerTrustGroupInnerModifier and TypeMethodDescriptionServerTrustGroupInner.withGroupMembers(List<ServerInfo> groupMembers) Set the groupMembers property: Group members information for the server trust group.ServerTrustGroupInner.withTrustScopes(List<ServerTrustGroupPropertiesTrustScopesItem> trustScopes) Set the trustScopes property: Trust scope of the server trust group. -
Uses of ServerTrustGroupInner in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type ServerTrustGroupInnerModifier and TypeMethodDescriptionServerTrustGroupListResult.value()Get the value property: Array of results.