Show / Hide Table of Contents

Class FoldersResource.CapabilitiesResource

The "capabilities" collection of methods.

Inheritance
object
FoldersResource.CapabilitiesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudResourceManager.v3
Assembly: Google.Apis.CloudResourceManager.v3.dll
Syntax
public class FoldersResource.CapabilitiesResource

Constructors

CapabilitiesResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Retrieves the Capability identified by the supplied resource name.

Declaration
public virtual FoldersResource.CapabilitiesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the capability to get. For example, folders/123/capabilities/app-management

Returns
Type Description
FoldersResource.CapabilitiesResource.GetRequest

Patch(Capability, string)

Updates the Capability.

Declaration
public virtual FoldersResource.CapabilitiesResource.PatchRequest Patch(Capability body, string name)
Parameters
Type Name Description
Capability body

The body of the request.

string name

Immutable. Identifier. The resource name of the capability. Must be in the following form: * folders/{folder_id}/capabilities/{capability_name} For example, folders/123/capabilities/app-management Following are the allowed {capability_name} values: * app-management

Returns
Type Description
FoldersResource.CapabilitiesResource.PatchRequest
In this article
Back to top Generated by DocFX