Class ResourceRecordSetsResource
The "resourceRecordSets" collection of methods.
Inheritance
Inherited Members
Namespace: Google.Apis.Dns.v2
Assembly: Google.Apis.Dns.v2.dll
Syntax
public class ResourceRecordSetsResource
Constructors
ResourceRecordSetsResource(IClientService)
Constructs a new resource.
Declaration
public ResourceRecordSetsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
Google.Apis.Services.IClientService | service |
Methods
Create(ResourceRecordSet, String, String, String)
Creates a new ResourceRecordSet.
Declaration
public virtual ResourceRecordSetsResource.CreateRequest Create(ResourceRecordSet body, string project, string location, 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 | location | Specifies the location of the resource. This information will be used for routing and will be part of the resource name. |
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, String)
Deletes a previously created ResourceRecordSet.
Declaration
public virtual ResourceRecordSetsResource.DeleteRequest Delete(string project, string location, string managedZone, string name, string type)
Parameters
Type | Name | Description |
---|---|---|
System.String | project | Identifies the project addressed by this request. |
System.String | location | Specifies the location of the resource. This information will be used for routing and will be part of the resource name. |
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, String)
Fetches the representation of an existing ResourceRecordSet.
Declaration
public virtual ResourceRecordSetsResource.GetRequest Get(string project, string location, string managedZone, string name, string type)
Parameters
Type | Name | Description |
---|---|---|
System.String | project | Identifies the project addressed by this request. |
System.String | location | Specifies the location of the resource. This information will be used for routing and will be part of the resource name. |
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, String)
Enumerates ResourceRecordSets that you have created but not yet deleted.
Declaration
public virtual ResourceRecordSetsResource.ListRequest List(string project, string location, string managedZone)
Parameters
Type | Name | Description |
---|---|---|
System.String | project | Identifies the project addressed by this request. |
System.String | location | Specifies the location of the resource. This information will be used for routing and will be part of the resource name. |
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, String)
Applies a partial update to an existing ResourceRecordSet.
Declaration
public virtual ResourceRecordSetsResource.PatchRequest Patch(ResourceRecordSet body, string project, string location, 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 | location | Specifies the location of the resource. This information will be used for routing and will be part of the resource name. |
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 |