Compartilhar via


ArmNetworkModelFactory.ConnectionMonitorData Método

Definição

Inicializa uma nova instância de ConnectionMonitorData.

public static Azure.ResourceManager.Network.ConnectionMonitorData ConnectionMonitorData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ETag? etag = default, Azure.Core.AzureLocation? location = default, System.Collections.Generic.IReadOnlyDictionary<string,string> tags = default, Azure.ResourceManager.Network.Models.ConnectionMonitorSource source = default, Azure.ResourceManager.Network.Models.ConnectionMonitorDestination destination = default, bool? autoStart = default, int? monitoringIntervalInSeconds = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.ConnectionMonitorEndpoint> endpoints = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.ConnectionMonitorTestConfiguration> testConfigurations = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.ConnectionMonitorTestGroup> testGroups = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.ConnectionMonitorOutput> outputs = default, string notes = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default, DateTimeOffset? startOn = default, string monitoringStatus = default, Azure.ResourceManager.Network.Models.ConnectionMonitorType? connectionMonitorType = default);
static member ConnectionMonitorData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ETag> * Nullable<Azure.Core.AzureLocation> * System.Collections.Generic.IReadOnlyDictionary<string, string> * Azure.ResourceManager.Network.Models.ConnectionMonitorSource * Azure.ResourceManager.Network.Models.ConnectionMonitorDestination * Nullable<bool> * Nullable<int> * seq<Azure.ResourceManager.Network.Models.ConnectionMonitorEndpoint> * seq<Azure.ResourceManager.Network.Models.ConnectionMonitorTestConfiguration> * seq<Azure.ResourceManager.Network.Models.ConnectionMonitorTestGroup> * seq<Azure.ResourceManager.Network.Models.ConnectionMonitorOutput> * string * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> * Nullable<DateTimeOffset> * string * Nullable<Azure.ResourceManager.Network.Models.ConnectionMonitorType> -> Azure.ResourceManager.Network.ConnectionMonitorData
Public Shared Function ConnectionMonitorData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional etag As Nullable(Of ETag) = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional tags As IReadOnlyDictionary(Of String, String) = Nothing, Optional source As ConnectionMonitorSource = Nothing, Optional destination As ConnectionMonitorDestination = Nothing, Optional autoStart As Nullable(Of Boolean) = Nothing, Optional monitoringIntervalInSeconds As Nullable(Of Integer) = Nothing, Optional endpoints As IEnumerable(Of ConnectionMonitorEndpoint) = Nothing, Optional testConfigurations As IEnumerable(Of ConnectionMonitorTestConfiguration) = Nothing, Optional testGroups As IEnumerable(Of ConnectionMonitorTestGroup) = Nothing, Optional outputs As IEnumerable(Of ConnectionMonitorOutput) = Nothing, Optional notes As String = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional monitoringStatus As String = Nothing, Optional connectionMonitorType As Nullable(Of ConnectionMonitorType) = Nothing) As ConnectionMonitorData

Parâmetros

name
String

O nome.

resourceType
ResourceType

O resourceType.

systemData
SystemData

O systemData.

etag
Nullable<ETag>

Uma cadeia de caracteres somente leitura exclusiva que é alterada sempre que o recurso é atualizado.

location
Nullable<AzureLocation>

Local do monitor de conexão.

tags
IReadOnlyDictionary<String,String>

Marcas de monitor de conexão.

source
ConnectionMonitorSource

Descreve a origem do monitor de conexão.

destination
ConnectionMonitorDestination

Descreve o destino do monitor de conexão.

autoStart
Nullable<Boolean>

Determina se o monitor da conexão será iniciado automaticamente uma vez criado.

monitoringIntervalInSeconds
Nullable<Int32>

Intervalo de monitoramento em segundos.

endpoints
IEnumerable<ConnectionMonitorEndpoint>

Lista de pontos de extremidade do monitor de conexão.

testConfigurations
IEnumerable<ConnectionMonitorTestConfiguration>

Lista de configurações de teste do monitor de conexão.

testGroups
IEnumerable<ConnectionMonitorTestGroup>

Lista de grupos de teste do monitor de conexão.

outputs
IEnumerable<ConnectionMonitorOutput>

Lista de saídas do monitor de conexão.

notes
String

Notas opcionais a serem associadas ao monitor da conexão.

provisioningState
Nullable<NetworkProvisioningState>

O estado de provisionamento do monitor de conexão.

startOn
Nullable<DateTimeOffset>

A data e a hora em que o monitor da conexão foi iniciado.

monitoringStatus
String

O status de monitoramento do monitor de conexão.

connectionMonitorType
Nullable<ConnectionMonitorType>

Tipo de monitor de conexão.

Retornos

Uma nova ConnectionMonitorData instância para zombar.

Aplica-se a