Class ServiceDependencyDependencyGetArgs
Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
ServiceDependencyDependencyGetArgs
Inherited Members
Pulumi.ResourceArgs.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.Pagerduty.Inputs
Assembly: Pulumi.Pagerduty.dll
Syntax
public sealed class ServiceDependencyDependencyGetArgs : ResourceArgs
Constructors
View SourceServiceDependencyDependencyGetArgs()
Declaration
public ServiceDependencyDependencyGetArgs()
Properties
View SourceDependentServices
The service that id dependent on the supporting service.
Declaration
public InputList<ServiceDependencyDependencyDependentServiceGetArgs> DependentServices { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.InputList<ServiceDependencyDependencyDependentServiceGetArgs> |
SupportingServices
The service that supports the dependent service.
Declaration
public InputList<ServiceDependencyDependencySupportingServiceGetArgs> SupportingServices { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.InputList<ServiceDependencyDependencySupportingServiceGetArgs> |
Type
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |