Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GlobalResource.ManagedZonesResource

The "managedZones" collection of methods.

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

Constructors

ManagedZonesResource(IClientService)

Constructs a new resource.

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

Methods

Create(ManagedZone, string)

Creates a new ManagedZone in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.GlobalResource.ManagedZonesResource.CreateRequest Create(ManagedZone body, string parent)
Parameters
Type Name Description
ManagedZone body

The body of the request.

string parent

Required. Parent resource of the ManagedZone, of the form: projects/*/locations/global

Returns
Type Description
ProjectsResource.LocationsResource.GlobalResource.ManagedZonesResource.CreateRequest

Delete(string)

Deletes a single ManagedZone.

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

Required. Resource name of the form: projects/*/locations/global/managedZones/*

Returns
Type Description
ProjectsResource.LocationsResource.GlobalResource.ManagedZonesResource.DeleteRequest

Get(string)

Gets details of a single ManagedZone.

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

Required. Resource name of the form: projects/*/locations/global/managedZones/*

Returns
Type Description
ProjectsResource.LocationsResource.GlobalResource.ManagedZonesResource.GetRequest

List(string)

List ManagedZones in a given project

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

Required. Parent resource of the Managed Zone, of the form: projects/*/locations/global

Returns
Type Description
ProjectsResource.LocationsResource.GlobalResource.ManagedZonesResource.ListRequest

Patch(ManagedZone, string)

Updates the parameters of a single ManagedZone.

Declaration
public virtual ProjectsResource.LocationsResource.GlobalResource.ManagedZonesResource.PatchRequest Patch(ManagedZone body, string name)
Parameters
Type Name Description
ManagedZone body

The body of the request.

string name

Output only. Resource name of the Managed Zone. Format: projects/{project}/locations/global/managedZones/{managed_zone}

Returns
Type Description
ProjectsResource.LocationsResource.GlobalResource.ManagedZonesResource.PatchRequest
In this article
Back to top Generated by DocFX