Show / Hide Table of Contents

Class ServiceDependencyDependency

Inheritance
System.Object
ServiceDependencyDependency
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.Pagerduty.Outputs
Assembly: Pulumi.Pagerduty.dll
Syntax
public sealed class ServiceDependencyDependency

Fields

View Source

DependentServices

The service that id dependent on the supporting service.

Declaration
public readonly ImmutableArray<ServiceDependencyDependencyDependentService> DependentServices
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<ServiceDependencyDependencyDependentService>
View Source

SupportingServices

The service that supports the dependent service.

Declaration
public readonly ImmutableArray<ServiceDependencyDependencySupportingService> SupportingServices
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<ServiceDependencyDependencySupportingService>
View Source

Type

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.