Show / Hide Table of Contents

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 Source

ServiceDependencyDependencyArgs()

Declaration
public ServiceDependencyDependencyArgs()

Properties

View Source

DependentServices

The service that id dependent on the supporting service.

Declaration
public InputList<ServiceDependencyDependencyDependentServiceArgs> DependentServices { get; set; }
Property Value
Type Description
Pulumi.InputList<ServiceDependencyDependencyDependentServiceArgs>
View Source

SupportingServices

The service that supports the dependent service.

Declaration
public InputList<ServiceDependencyDependencySupportingServiceArgs> SupportingServices { get; set; }
Property Value
Type Description
Pulumi.InputList<ServiceDependencyDependencySupportingServiceArgs>
View Source

Type

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.