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
Inherited Members
Namespace: Pulumi.Pagerduty
Assembly: Pulumi.Pagerduty.dll
Syntax
public class ServiceDependency : CustomResource
Constructors
View SourceServiceDependency(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 SourceDependencies
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 SourceGet(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 |