Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.RulesResource

The "rules" collection of methods.

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

Constructors

RulesResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

Lists rules in a given project.

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

Required. The [project] on which to execute the request. The format is: projects/{project_id}/locations/{location} Currently, the pre-defined rules are global available to all projects and all regions

Returns
Type Description
ProjectsResource.LocationsResource.RulesResource.ListRequest
In this article
Back to top Generated by DocFX