Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DnsAuthorizationsResource

The "dnsAuthorizations" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.DnsAuthorizationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CertificateManager.v1
Assembly: Google.Apis.CertificateManager.v1.dll
Syntax
public class ProjectsResource.LocationsResource.DnsAuthorizationsResource

Constructors

DnsAuthorizationsResource(IClientService)

Constructs a new resource.

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

Methods

Create(DnsAuthorization, string)

Creates a new DnsAuthorization in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.DnsAuthorizationsResource.CreateRequest Create(DnsAuthorization body, string parent)
Parameters
Type Name Description
DnsAuthorization body

The body of the request.

string parent

Required. The parent resource of the dns authorization. Must be in the format projects/*/locations/*.

Returns
Type Description
ProjectsResource.LocationsResource.DnsAuthorizationsResource.CreateRequest

Delete(string)

Deletes a single DnsAuthorization.

Declaration
public virtual ProjectsResource.LocationsResource.DnsAuthorizationsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. A name of the dns authorization to delete. Must be in the format projects/*/locations/*/dnsAuthorizations/*.

Returns
Type Description
ProjectsResource.LocationsResource.DnsAuthorizationsResource.DeleteRequest

Get(string)

Gets details of a single DnsAuthorization.

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

Required. A name of the dns authorization to describe. Must be in the format projects/*/locations/*/dnsAuthorizations/*.

Returns
Type Description
ProjectsResource.LocationsResource.DnsAuthorizationsResource.GetRequest

List(string)

Lists DnsAuthorizations in a given project and location.

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

Required. The project and location from which the dns authorizations should be listed, specified in the format projects/*/locations/*.

Returns
Type Description
ProjectsResource.LocationsResource.DnsAuthorizationsResource.ListRequest

Patch(DnsAuthorization, string)

Updates a DnsAuthorization.

Declaration
public virtual ProjectsResource.LocationsResource.DnsAuthorizationsResource.PatchRequest Patch(DnsAuthorization body, string name)
Parameters
Type Name Description
DnsAuthorization body

The body of the request.

string name

Identifier. A user-defined name of the dns authorization. DnsAuthorization names must be unique globally and match pattern projects/*/locations/*/dnsAuthorizations/*.

Returns
Type Description
ProjectsResource.LocationsResource.DnsAuthorizationsResource.PatchRequest
In this article
Back to top Generated by DocFX