Show / Hide Table of Contents

Class ServiceDependency

A service dependency is a relationship between a business service and technical and business services that this service uses, or that are used by this service, and are critical for successful operation.

Inheritance
System.Object
Pulumi.Resource
Pulumi.CustomResource
ServiceDependency
Inherited Members
Pulumi.CustomResource.Id
Pulumi.Resource.GetResourceType()
Pulumi.Resource.GetResourceName()
Pulumi.Resource.Urn
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
Assembly: Pulumi.Pagerduty.dll
Syntax
public class ServiceDependency : CustomResource

Constructors

View Source

ServiceDependency(String, ServiceDependencyArgs, CustomResourceOptions)

Create a ServiceDependency resource with the given unique name, arguments, and options.

Declaration
public ServiceDependency(string name, ServiceDependencyArgs args, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resource

ServiceDependencyArgs args

The arguments used to populate this resource's properties

Pulumi.CustomResourceOptions options

A bag of options that control this resource's behavior

Properties

View Source

Dependencies

The relationship between the supporting_service and dependent_service.

Declaration
public Output<ImmutableArray<ServiceDependencyDependency>> Dependencies { get; }
Property Value
Type Description
Pulumi.Output<System.Collections.Immutable.ImmutableArray<ServiceDependencyDependency>>

Methods

View Source

Get(String, Input<String>, ServiceDependencyState, CustomResourceOptions)

Get an existing ServiceDependency resource's state with the given name, ID, and optional extra properties used to qualify the lookup.

Declaration
public static ServiceDependency Get(string name, Input<string> id, ServiceDependencyState state = null, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resulting resource.

Pulumi.Input<System.String> id

The unique provider ID of the resource to lookup.

ServiceDependencyState state

Any extra arguments used during the lookup.

Pulumi.CustomResourceOptions options

A bag of options that control this resource's behavior

Returns
Type Description
ServiceDependency
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.