1. Packages
  2. Azure Native v1
  3. API Docs
  4. sql
  5. getServerTrustGroup
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.sql.getServerTrustGroup

Explore with Pulumi AI

These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

Gets a server trust group. API Version: 2020-11-01-preview.

Using getServerTrustGroup

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getServerTrustGroup(args: GetServerTrustGroupArgs, opts?: InvokeOptions): Promise<GetServerTrustGroupResult>
function getServerTrustGroupOutput(args: GetServerTrustGroupOutputArgs, opts?: InvokeOptions): Output<GetServerTrustGroupResult>
Copy
def get_server_trust_group(location_name: Optional[str] = None,
                           resource_group_name: Optional[str] = None,
                           server_trust_group_name: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetServerTrustGroupResult
def get_server_trust_group_output(location_name: Optional[pulumi.Input[str]] = None,
                           resource_group_name: Optional[pulumi.Input[str]] = None,
                           server_trust_group_name: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetServerTrustGroupResult]
Copy
func LookupServerTrustGroup(ctx *Context, args *LookupServerTrustGroupArgs, opts ...InvokeOption) (*LookupServerTrustGroupResult, error)
func LookupServerTrustGroupOutput(ctx *Context, args *LookupServerTrustGroupOutputArgs, opts ...InvokeOption) LookupServerTrustGroupResultOutput
Copy

> Note: This function is named LookupServerTrustGroup in the Go SDK.

public static class GetServerTrustGroup 
{
    public static Task<GetServerTrustGroupResult> InvokeAsync(GetServerTrustGroupArgs args, InvokeOptions? opts = null)
    public static Output<GetServerTrustGroupResult> Invoke(GetServerTrustGroupInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetServerTrustGroupResult> getServerTrustGroup(GetServerTrustGroupArgs args, InvokeOptions options)
public static Output<GetServerTrustGroupResult> getServerTrustGroup(GetServerTrustGroupArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:sql:getServerTrustGroup
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

LocationName
This property is required.
Changes to this property will trigger replacement.
string
The name of the region where the resource is located.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
ServerTrustGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the server trust group.
LocationName
This property is required.
Changes to this property will trigger replacement.
string
The name of the region where the resource is located.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
ServerTrustGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the server trust group.
locationName
This property is required.
Changes to this property will trigger replacement.
String
The name of the region where the resource is located.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverTrustGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the server trust group.
locationName
This property is required.
Changes to this property will trigger replacement.
string
The name of the region where the resource is located.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverTrustGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the server trust group.
location_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the region where the resource is located.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
server_trust_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the server trust group.
locationName
This property is required.
Changes to this property will trigger replacement.
String
The name of the region where the resource is located.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverTrustGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the server trust group.

getServerTrustGroup Result

The following output properties are available:

GroupMembers List<Pulumi.AzureNative.Sql.Outputs.ServerInfoResponse>
Group members information for the server trust group.
Id string
Resource ID.
Name string
Resource name.
TrustScopes List<string>
Trust scope of the server trust group.
Type string
Resource type.
GroupMembers []ServerInfoResponse
Group members information for the server trust group.
Id string
Resource ID.
Name string
Resource name.
TrustScopes []string
Trust scope of the server trust group.
Type string
Resource type.
groupMembers List<ServerInfoResponse>
Group members information for the server trust group.
id String
Resource ID.
name String
Resource name.
trustScopes List<String>
Trust scope of the server trust group.
type String
Resource type.
groupMembers ServerInfoResponse[]
Group members information for the server trust group.
id string
Resource ID.
name string
Resource name.
trustScopes string[]
Trust scope of the server trust group.
type string
Resource type.
group_members Sequence[ServerInfoResponse]
Group members information for the server trust group.
id str
Resource ID.
name str
Resource name.
trust_scopes Sequence[str]
Trust scope of the server trust group.
type str
Resource type.
groupMembers List<Property Map>
Group members information for the server trust group.
id String
Resource ID.
name String
Resource name.
trustScopes List<String>
Trust scope of the server trust group.
type String
Resource type.

Supporting Types

ServerInfoResponse

ServerId This property is required. string
Server Id.
ServerId This property is required. string
Server Id.
serverId This property is required. String
Server Id.
serverId This property is required. string
Server Id.
server_id This property is required. str
Server Id.
serverId This property is required. String
Server Id.

Package Details

Repository
azure-native-v1 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi