Class GetProjectAlertRuleArgs
Inherited Members
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 SourceGetProjectAlertRuleArgs()
Declaration
public GetProjectAlertRuleArgs()
Properties
View SourceLabels
(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> |
Name
The project alert rule name (string)
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ProjectId
The project id where create project alert rule (string)
Declaration
public string ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |