Class ServiceStatusGetArgs
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.Gcp.CloudRun.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ServiceStatusGetArgs : ResourceArgs
Constructors
View SourceServiceStatusGetArgs()
Declaration
public ServiceStatusGetArgs()
Properties
View SourceConditions
Declaration
public InputList<ServiceStatusConditionGetArgs> Conditions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ServiceStatusConditionGetArgs> |
LatestCreatedRevisionName
Declaration
public Input<string> LatestCreatedRevisionName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LatestReadyRevisionName
Declaration
public Input<string> LatestReadyRevisionName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ObservedGeneration
Declaration
public Input<int> ObservedGeneration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Url
Declaration
public Input<string> Url { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |