Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.IpamAdminScopesResource

The "ipamAdminScopes" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.IpamAdminScopesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudNumberRegistry.v1alpha
Assembly: Google.Apis.CloudNumberRegistry.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.IpamAdminScopesResource

Constructors

IpamAdminScopesResource(IClientService)

Constructs a new resource.

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

Methods

CheckAvailability(string)

Checks the availability of IPAM admin scopes in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.IpamAdminScopesResource.CheckAvailabilityRequest CheckAvailability(string parent)
Parameters
Type Name Description
string parent

Required. Parent value for the IpamAdminScopes.

Returns
Type Description
ProjectsResource.LocationsResource.IpamAdminScopesResource.CheckAvailabilityRequest

Cleanup(CleanupIpamAdminScopeRequest, string)

Cleans up a single IpamAdminScope.

Declaration
public virtual ProjectsResource.LocationsResource.IpamAdminScopesResource.CleanupRequest Cleanup(CleanupIpamAdminScopeRequest body, string name)
Parameters
Type Name Description
CleanupIpamAdminScopeRequest body

The body of the request.

string name

Required. Name of the resource

Returns
Type Description
ProjectsResource.LocationsResource.IpamAdminScopesResource.CleanupRequest

Create(IpamAdminScope, string)

Creates a new IpamAdminScope in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.IpamAdminScopesResource.CreateRequest Create(IpamAdminScope body, string parent)
Parameters
Type Name Description
IpamAdminScope body

The body of the request.

string parent

Required. Value for parent.

Returns
Type Description
ProjectsResource.LocationsResource.IpamAdminScopesResource.CreateRequest

Delete(string)

Deletes a single IpamAdminScope.

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

Required. Name of the resource

Returns
Type Description
ProjectsResource.LocationsResource.IpamAdminScopesResource.DeleteRequest

Disable(DisableIpamAdminScopeRequest, string)

Disables a single IpamAdminScope.

Declaration
public virtual ProjectsResource.LocationsResource.IpamAdminScopesResource.DisableRequest Disable(DisableIpamAdminScopeRequest body, string name)
Parameters
Type Name Description
DisableIpamAdminScopeRequest body

The body of the request.

string name

Required. Name of the resource

Returns
Type Description
ProjectsResource.LocationsResource.IpamAdminScopesResource.DisableRequest

Get(string)

Gets details of a single IpamAdminScope.

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

Required. Name of the resource

Returns
Type Description
ProjectsResource.LocationsResource.IpamAdminScopesResource.GetRequest

List(string)

List all IPAM admin scopes in a given project and location.

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

Required. Parent value for ListIpamAdminScopesRequest

Returns
Type Description
ProjectsResource.LocationsResource.IpamAdminScopesResource.ListRequest

Patch(IpamAdminScope, string)

Updates the parameters of a single IpamAdminScope.

Declaration
public virtual ProjectsResource.LocationsResource.IpamAdminScopesResource.PatchRequest Patch(IpamAdminScope body, string name)
Parameters
Type Name Description
IpamAdminScope body

The body of the request.

string name

Required. Identifier. name of resource

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