Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AutomatedDnsRecordsResource

The "automatedDnsRecords" collection of methods.

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

Constructors

AutomatedDnsRecordsResource(IClientService)

Constructs a new resource.

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

Methods

Create(AutomatedDnsRecord, string)

Creates a new AutomatedDnsRecord in a given project and location.

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

The body of the request.

string parent

Required. The parent resource's name of the AutomatedDnsRecord. ex. projects/123/locations/us-east1

Returns
Type Description
ProjectsResource.LocationsResource.AutomatedDnsRecordsResource.CreateRequest

Delete(string)

Deletes a single AutomatedDnsRecord.

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

Required. The name of the AutomatedDnsRecord to delete.

Returns
Type Description
ProjectsResource.LocationsResource.AutomatedDnsRecordsResource.DeleteRequest

Get(string)

Gets details of a single AutomatedDnsRecord.

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

Required. Name of the AutomatedDnsRecord to get. Format: projects/{project}/locations/{location}/automatedDnsRecords/{automated_dns_record}

Returns
Type Description
ProjectsResource.LocationsResource.AutomatedDnsRecordsResource.GetRequest

List(string)

Lists AutomatedDnsRecords in a given project and location.

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

Required. The parent resource's name. ex. projects/123/locations/us-east1

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