Class GetBusinessService
Inheritance
System.Object
GetBusinessService
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
Assembly: Pulumi.Pagerduty.dll
Syntax
public static class GetBusinessService
Methods
View SourceInvokeAsync(GetBusinessServiceArgs, InvokeOptions)
Use this data source to get information about a specific business service.
{{% examples %}}
Example Usage
{{% example %}}
using Pulumi;
using Pagerduty = Pulumi.Pagerduty;
class MyStack : Stack
{
public MyStack()
{
var example = Output.Create(Pagerduty.GetBusinessService.InvokeAsync(new Pagerduty.GetBusinessServiceArgs
{
Name = "My Service",
}));
}
}
{{% /example %}} {{% /examples %}}
Declaration
public static Task<GetBusinessServiceResult> InvokeAsync(GetBusinessServiceArgs args, InvokeOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| GetBusinessServiceArgs | args | |
| Pulumi.InvokeOptions | options |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<GetBusinessServiceResult> |