Class ProjectsResource.LocationsResource.AuthzExtensionsResource
The "authzExtensions" collection of methods.
Inherited Members
Namespace: Google.Apis.NetworkServices.v1beta1
Assembly: Google.Apis.NetworkServices.v1beta1.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 |
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 |
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 |
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 |
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 |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.AuthzExtensionsResource.PatchRequest |