Class GetProjectAlertGroupArgs
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 GetProjectAlertGroupArgs : InvokeArgs
Constructors
View SourceGetProjectAlertGroupArgs()
Declaration
public GetProjectAlertGroupArgs()
Properties
View SourceName
The project alert group name (string)
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ProjectId
The project id where create project alert group (string)
Declaration
public string ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |