Show / Hide Table of Contents

Class BusinessServiceArgs

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

Constructors

View Source

BusinessServiceArgs()

Declaration
public BusinessServiceArgs()

Properties

View Source

Description

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

Name

The name of the business service.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

PointOfContact

The owner of the business service.

Declaration
public Input<string> PointOfContact { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

Type

Default value is business_service. Can also be set as business_service_reference.

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.