Class NetworkConnectionMonitorArgs
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.Azure.Network
Assembly: Pulumi.Azure.dll
Syntax
public sealed class NetworkConnectionMonitorArgs : ResourceArgs
Constructors
View SourceNetworkConnectionMonitorArgs()
Declaration
public NetworkConnectionMonitorArgs()
Properties
View SourceAutoStart
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> |
Destination
A destination block as defined below.
Declaration
public Input<NetworkConnectionMonitorDestinationArgs> Destination { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<NetworkConnectionMonitorDestinationArgs> |
IntervalInSeconds
Monitoring interval in seconds. Defaults to 60.
Declaration
public Input<int> IntervalInSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
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> |
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> |
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> |
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> |
Source
A source block as defined below.
Declaration
public Input<NetworkConnectionMonitorSourceArgs> Source { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<NetworkConnectionMonitorSourceArgs> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |