Show / Hide Table of Contents

Class ResourceRecordSetsResource

The "resourceRecordSets" collection of methods.

Inheritance
System.Object
ResourceRecordSetsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dns.v1beta2
Assembly: Google.Apis.Dns.v1beta2.dll
Syntax
public class ResourceRecordSetsResource

Constructors

ResourceRecordSetsResource(IClientService)

Constructs a new resource.

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

Methods

Create(ResourceRecordSet, String, String)

Creates a new ResourceRecordSet.

Declaration
public virtual ResourceRecordSetsResource.CreateRequest Create(ResourceRecordSet body, string project, string managedZone)
Parameters
Type Name Description
ResourceRecordSet body

The body of the request.

System.String project

Identifies the project addressed by this request.

System.String managedZone

Identifies the managed zone addressed by this request. Can be the managed zone name or ID.

Returns
Type Description
ResourceRecordSetsResource.CreateRequest

Delete(String, String, String, String)

Deletes a previously created ResourceRecordSet.

Declaration
public virtual ResourceRecordSetsResource.DeleteRequest Delete(string project, string managedZone, string name, string type)
Parameters
Type Name Description
System.String project

Identifies the project addressed by this request.

System.String managedZone

Identifies the managed zone addressed by this request. Can be the managed zone name or ID.

System.String name

Fully qualified domain name.

System.String type

RRSet type.

Returns
Type Description
ResourceRecordSetsResource.DeleteRequest

Get(String, String, String, String)

Fetches the representation of an existing ResourceRecordSet.

Declaration
public virtual ResourceRecordSetsResource.GetRequest Get(string project, string managedZone, string name, string type)
Parameters
Type Name Description
System.String project

Identifies the project addressed by this request.

System.String managedZone

Identifies the managed zone addressed by this request. Can be the managed zone name or ID.

System.String name

Fully qualified domain name.

System.String type

RRSet type.

Returns
Type Description
ResourceRecordSetsResource.GetRequest

List(String, String)

Enumerates ResourceRecordSets that you have created but not yet deleted.

Declaration
public virtual ResourceRecordSetsResource.ListRequest List(string project, string managedZone)
Parameters
Type Name Description
System.String project

Identifies the project addressed by this request.

System.String managedZone

Identifies the managed zone addressed by this request. Can be the managed zone name or ID.

Returns
Type Description
ResourceRecordSetsResource.ListRequest

Patch(ResourceRecordSet, String, String, String, String)

Applies a partial update to an existing ResourceRecordSet.

Declaration
public virtual ResourceRecordSetsResource.PatchRequest Patch(ResourceRecordSet body, string project, string managedZone, string name, string type)
Parameters
Type Name Description
ResourceRecordSet body

The body of the request.

System.String project

Identifies the project addressed by this request.

System.String managedZone

Identifies the managed zone addressed by this request. Can be the managed zone name or ID.

System.String name

Fully qualified domain name.

System.String type

RRSet type.

Returns
Type Description
ResourceRecordSetsResource.PatchRequest
In This Article
Back to top Generated by DocFX