Show / Hide Table of Contents

Class GetProjectAlertRuleArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetProjectAlertRuleArgs
Inherited Members
InvokeArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Rancher2
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class GetProjectAlertRuleArgs : InvokeArgs

Constructors

View Source

GetProjectAlertRuleArgs()

Declaration
public GetProjectAlertRuleArgs()

Properties

View Source

Labels

(Computed) The project alert rule labels (map)

Declaration
public Dictionary<string, object> Labels { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>
View Source

Name

The project alert rule name (string)

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
View Source

ProjectId

The project id where create project alert rule (string)

Declaration
public string ProjectId { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.