IDefinition Interface

Definition

The entirety of the connection monitor definition.

public interface IDefinition : Microsoft.Azure.Management.Network.Fluent.ConnectionMonitor.Definition.IWithCreate, Microsoft.Azure.Management.Network.Fluent.ConnectionMonitor.Definition.IWithDestination, Microsoft.Azure.Management.Network.Fluent.ConnectionMonitor.Definition.IWithDestinationPort, Microsoft.Azure.Management.Network.Fluent.ConnectionMonitor.Definition.IWithSource, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.IConnectionMonitor>
type IDefinition = interface
    interface IWithSource
    interface IWithDestination
    interface IWithDestinationPort
    interface IWithCreate
    interface ICreatable<IConnectionMonitor>
    interface IIndexable
    interface IWithSourcePort
    interface IWithAutoStart
    interface IWithMonitoringInterval
    interface IWithTags
Public Interface IDefinition
Implements ICreatable(Of IConnectionMonitor), IWithCreate, IWithDestination, IWithDestinationPort, IWithSource
Implements

Properties

Key (Inherited from IIndexable)
Name

Gets the name of the creatable resource.

(Inherited from ICreatable<T>)

Methods

Create()

Execute the create request.

(Inherited from ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Puts the request into the queue and allow the HTTP client to execute it when system resources are available.

(Inherited from ICreatable<T>)
WithDestination(IHasNetworkInterfaces) (Inherited from IWithDestination)
WithDestinationAddress(String) (Inherited from IWithDestination)
WithDestinationId(String) (Inherited from IWithDestination)
WithDestinationPort(Int32) (Inherited from IWithDestinationPort)
WithMonitoringInterval(Int32) (Inherited from IWithMonitoringInterval)
WithoutAutoStart()

Disable auto start.

(Inherited from IWithAutoStart)
WithoutTag(String)

Removes a tag from the connection monitor.

(Inherited from IWithTags)
WithSource(IHasNetworkInterfaces) (Inherited from IWithSource)
WithSourceId(String) (Inherited from IWithSource)
WithSourcePort(Int32) (Inherited from IWithSourcePort)
WithTag(String, String)

Adds a tag to the connection monitor.

(Inherited from IWithTags)
WithTags(IDictionary<String,String>)

Specifies tags for the connection monitor.

(Inherited from IWithTags)

Applies to