Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GlobalResource.DomainsResource.SqlIntegrationsResource

The "sqlIntegrations" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.GlobalResource.DomainsResource.SqlIntegrationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1alpha1
Assembly: Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1alpha1.dll
Syntax
public class ProjectsResource.LocationsResource.GlobalResource.DomainsResource.SqlIntegrationsResource

Constructors

SqlIntegrationsResource(IClientService)

Constructs a new resource.

Declaration
public SqlIntegrationsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Gets details of a single sqlIntegration.

Declaration
public virtual ProjectsResource.LocationsResource.GlobalResource.DomainsResource.SqlIntegrationsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. MangedOU resource name using the form: projects/{project_id}/locations/global/domains/*/sqlIntegrations/{name}

Returns
Type Description
ProjectsResource.LocationsResource.GlobalResource.DomainsResource.SqlIntegrationsResource.GetRequest

List(string)

Lists SQLIntegrations in a given domain.

Declaration
public virtual ProjectsResource.LocationsResource.GlobalResource.DomainsResource.SqlIntegrationsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The resource name of the SqlIntegrations using the form: projects/{project_id}/locations/global/domains/*

Returns
Type Description
ProjectsResource.LocationsResource.GlobalResource.DomainsResource.SqlIntegrationsResource.ListRequest
In this article
Back to top Generated by DocFX