Show / Hide Table of Contents

Class LabelState

Inheritance
System.Object
InputArgs
ResourceArgs
LabelState
Inherited Members
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.NewRelic.Synthetics
Assembly: Pulumi.NewRelic.dll
Syntax
public sealed class LabelState : ResourceArgs

Constructors

View Source

LabelState()

Declaration
public LabelState()

Properties

View Source

Href

The URL of the Synthetics label.

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

MonitorId

The ID of the monitor that will be assigned the label.

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

Type

A string representing the label key/category.

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

Value

A string representing the label value.

Declaration
public Input<string> Value { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.