Show / Hide Table of Contents

Class NetworkConnectionMonitorArgs

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

Constructors

View Source

NetworkConnectionMonitorArgs()

Declaration
public NetworkConnectionMonitorArgs()

Properties

View Source

AutoStart

Specifies whether the connection monitor will start automatically once created. Defaults to true. Changing this forces a new resource to be created.

Declaration
public Input<bool> AutoStart { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Destination

A destination block as defined below.

Declaration
public Input<NetworkConnectionMonitorDestinationArgs> Destination { get; set; }
Property Value
Type Description
Input<NetworkConnectionMonitorDestinationArgs>
View Source

IntervalInSeconds

Monitoring interval in seconds. Defaults to 60.

Declaration
public Input<int> IntervalInSeconds { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Location

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

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

Name

The name of the Network Connection Monitor. Changing this forces a new resource to be created.

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

NetworkWatcherName

The name of the Network Watcher. Changing this forces a new resource to be created.

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

ResourceGroupName

The name of the resource group in which to create the Connection Monitor. Changing this forces a new resource to be created.

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

Source

A source block as defined below.

Declaration
public Input<NetworkConnectionMonitorSourceArgs> Source { get; set; }
Property Value
Type Description
Input<NetworkConnectionMonitorSourceArgs>
View Source

Tags

A mapping of tags to assign to the resource.

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