Class ServiceDependencyDependencyArgs
Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
ServiceDependencyDependencyArgs
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 ServiceDependencyDependencyArgs : ResourceArgs
Constructors
View SourceServiceDependencyDependencyArgs()
Declaration
public ServiceDependencyDependencyArgs()
Properties
View SourceDependentServices
The service that id dependent on the supporting service.
Declaration
public InputList<ServiceDependencyDependencyDependentServiceArgs> DependentServices { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.InputList<ServiceDependencyDependencyDependentServiceArgs> |
SupportingServices
The service that supports the dependent service.
Declaration
public InputList<ServiceDependencyDependencySupportingServiceArgs> SupportingServices { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.InputList<ServiceDependencyDependencySupportingServiceArgs> |
Type
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |