Class ServicesResource.ProjectsResource.GlobalResource.NetworksResource.PeeredDnsDomainsResource.DeleteRequest
Deletes a peered DNS domain.
Inheritance
ServicesResource.ProjectsResource.GlobalResource.NetworksResource.PeeredDnsDomainsResource.DeleteRequest
Inherited Members
Namespace: Google.Apis.ServiceNetworking.v1
Assembly: Google.Apis.ServiceNetworking.v1.dll
Syntax
public class ServicesResource.ProjectsResource.GlobalResource.NetworksResource.PeeredDnsDomainsResource.DeleteRequest : ServiceNetworkingBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
DeleteRequest(IClientService, string)
Constructs a new Delete request.
Declaration
public DeleteRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Required. The name of the peered DNS domain to delete in the format:
services/{service}/projects/{project}/global/networks/{network}/peeredDnsDomains/{name}
.
{service} is the peering service that is managing connectivity for the service
producer's organization. For Google services that support this functionality, this value
is servicenetworking.googleapis.com
. {project} is the number of the project that
contains the service consumer's VPC network e.g. 12345
. {network} is the name of the
service consumer's VPC network. {name} is the name of the peered DNS domain.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes Delete parameter list.
Declaration
protected override void InitParameters()