Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.BackendAuthenticationConfigsResource

The "backendAuthenticationConfigs" collection of methods.

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

Constructors

BackendAuthenticationConfigsResource(IClientService)

Constructs a new resource.

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

Methods

Create(BackendAuthenticationConfig, string)

Creates a new BackendAuthenticationConfig in a given project and location.

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

The body of the request.

string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.BackendAuthenticationConfigsResource.CreateRequest

Delete(string)

Deletes a single BackendAuthenticationConfig to BackendAuthenticationConfig.

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

Required. A name of the BackendAuthenticationConfig to delete. Must be in the format projects/*/locations/{location}/backendAuthenticationConfigs/*.

Returns
Type Description
ProjectsResource.LocationsResource.BackendAuthenticationConfigsResource.DeleteRequest

Get(string)

Gets details of a single BackendAuthenticationConfig to BackendAuthenticationConfig.

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

Required. A name of the BackendAuthenticationConfig to get. Must be in the format projects/*/locations/{location}/backendAuthenticationConfigs/*.

Returns
Type Description
ProjectsResource.LocationsResource.BackendAuthenticationConfigsResource.GetRequest

List(string)

Lists BackendAuthenticationConfigs in a given project and location.

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

Required. The project and location from which the BackendAuthenticationConfigs should be listed, specified in the format projects/*/locations/{location}.

Returns
Type Description
ProjectsResource.LocationsResource.BackendAuthenticationConfigsResource.ListRequest

Patch(BackendAuthenticationConfig, string)

Updates the parameters of a single BackendAuthenticationConfig to BackendAuthenticationConfig.

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

The body of the request.

string name

Required. Name of the BackendAuthenticationConfig resource. It matches the pattern projects/*/locations/{location}/backendAuthenticationConfigs/{backend_authentication_config}

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