Show / Hide Table of Contents

Class ManagedRulesetsResource

The "managedRulesets" collection of methods.

Inheritance
object
ManagedRulesetsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ManagedRulesetsResource

Constructors

ManagedRulesetsResource(IClientService)

Constructs a new resource.

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

Methods

Get(string, string)

Gets the details for the specified managed ruleset name.

Declaration
public virtual ManagedRulesetsResource.GetRequest Get(string project, string managedRuleset)
Parameters
Type Name Description
string project

Project ID for this request.

string managedRuleset

Name of the managed ruleset to return.

Returns
Type Description
ManagedRulesetsResource.GetRequest

List(string)

Retrieves the list of all the managed rulesets available.

Declaration
public virtual ManagedRulesetsResource.ListRequest List(string project)
Parameters
Type Name Description
string project

Project ID for this request.

Returns
Type Description
ManagedRulesetsResource.ListRequest
In this article
Back to top Generated by DocFX