Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AuthzExtensionsResource

The "authzExtensions" collection of methods.

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

Constructors

AuthzExtensionsResource(IClientService)

Constructs a new resource.

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

Methods

Create(AuthzExtension, string)

Creates a new AuthzExtension resource in a given project and location.

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

The body of the request.

string parent

Required. The parent resource of the AuthzExtension resource. Must be in the format projects/{project}/locations/{location}.

Returns
Type Description
ProjectsResource.LocationsResource.AuthzExtensionsResource.CreateRequest

Delete(string)

Deletes the specified AuthzExtension resource.

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

Required. The name of the AuthzExtension resource to delete. Must be in the format projects/{project}/locations/{location}/authzExtensions/{authz_extension}.

Returns
Type Description
ProjectsResource.LocationsResource.AuthzExtensionsResource.DeleteRequest

Get(string)

Gets details of the specified AuthzExtension resource.

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

Required. A name of the AuthzExtension resource to get. Must be in the format projects/{project}/locations/{location}/authzExtensions/{authz_extension}.

Returns
Type Description
ProjectsResource.LocationsResource.AuthzExtensionsResource.GetRequest

List(string)

Lists AuthzExtension resources in a given project and location.

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

Required. The project and location from which the AuthzExtension resources are listed. These values are specified in the following format: projects/{project}/locations/{location}.

Returns
Type Description
ProjectsResource.LocationsResource.AuthzExtensionsResource.ListRequest

Patch(AuthzExtension, string)

Updates the parameters of the specified AuthzExtension resource.

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

The body of the request.

string name

Required. Identifier. Name of the AuthzExtension resource in the following format: projects/{project}/locations/{location}/authzExtensions/{authz_extension}.

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