Show / Hide Table of Contents

Class ServicesResource.DnsZonesResource

The "dnsZones" collection of methods.

Inheritance
object
ServicesResource.DnsZonesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ServiceNetworking.v1
Assembly: Google.Apis.ServiceNetworking.v1.dll
Syntax
public class ServicesResource.DnsZonesResource

Constructors

DnsZonesResource(IClientService)

Constructs a new resource.

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

Methods

Add(AddDnsZoneRequest, string)

Service producers can use this method to add private DNS zones in the shared producer host project and matching peering zones in the consumer project.

Declaration
public virtual ServicesResource.DnsZonesResource.AddRequest Add(AddDnsZoneRequest body, string parent)
Parameters
Type Name Description
AddDnsZoneRequest body

The body of the request.

string parent

Required. The service that is managing peering connectivity for a service producer's organization. For Google services that support this functionality, this value is services/servicenetworking.googleapis.com.

Returns
Type Description
ServicesResource.DnsZonesResource.AddRequest

Remove(RemoveDnsZoneRequest, string)

Service producers can use this method to remove private DNS zones in the shared producer host project and matching peering zones in the consumer project.

Declaration
public virtual ServicesResource.DnsZonesResource.RemoveRequest Remove(RemoveDnsZoneRequest body, string parent)
Parameters
Type Name Description
RemoveDnsZoneRequest body

The body of the request.

string parent

Required. The service that is managing peering connectivity for a service producer's organization. For Google services that support this functionality, this value is services/servicenetworking.googleapis.com.

Returns
Type Description
ServicesResource.DnsZonesResource.RemoveRequest
In this article
Back to top Generated by DocFX