Class ProjectsResource.LocationsResource.DnsAuthorizationsResource
The "dnsAuthorizations" collection of methods.
Inherited Members
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
|
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
|
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
|
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 |
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 |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.DnsAuthorizationsResource.PatchRequest |