ArmManagedNetworkFabricModelFactory.NetworkTapData Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von NetworkTapData.
public static Azure.ResourceManager.ManagedNetworkFabric.NetworkTapData NetworkTapData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, string annotation = default, Azure.Core.ResourceIdentifier networkPacketBrokerId = default, Azure.Core.ResourceIdentifier sourceTapRuleId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkTapPropertiesDestinationsItem> destinations = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkTapPollingType? pollingType = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricConfigurationState? configurationState = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricProvisioningState? provisioningState = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricAdministrativeState? administrativeState = default);
static member NetworkTapData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * seq<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkTapPropertiesDestinationsItem> * Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkTapPollingType> * Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricConfigurationState> * Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricProvisioningState> * Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricAdministrativeState> -> Azure.ResourceManager.ManagedNetworkFabric.NetworkTapData
Public Shared Function NetworkTapData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional annotation As String = Nothing, Optional networkPacketBrokerId As ResourceIdentifier = Nothing, Optional sourceTapRuleId As ResourceIdentifier = Nothing, Optional destinations As IEnumerable(Of NetworkTapPropertiesDestinationsItem) = Nothing, Optional pollingType As Nullable(Of NetworkTapPollingType) = Nothing, Optional configurationState As Nullable(Of NetworkFabricConfigurationState) = Nothing, Optional provisioningState As Nullable(Of NetworkFabricProvisioningState) = Nothing, Optional administrativeState As Nullable(Of NetworkFabricAdministrativeState) = Nothing) As NetworkTapData
Parameter
Die ID.
- name
- String
Der Name.
- resourceType
- ResourceType
Der resourceType.
- systemData
- SystemData
SystemDaten.
- tags
- IDictionary<String,String>
Die Tags.
- location
- AzureLocation
Der Speicherort.
- annotation
- String
Beschreibung der Konfiguration wechseln.
- networkPacketBrokerId
- ResourceIdentifier
ARM-Ressourcen-ID des Netzwerkpaketbrokers.
- sourceTapRuleId
- ResourceIdentifier
Quell tap Regel-ID. ARM-Ressourcen-ID der Netzwerk-Tippregel.
- destinations
- IEnumerable<NetworkTapPropertiesDestinationsItem>
Liste der Ziele, die den Filterdatenverkehr senden sollen.
- pollingType
- Nullable<NetworkTapPollingType>
Abfragetyp.
- configurationState
- Nullable<NetworkFabricConfigurationState>
Ruft den Konfigurationsstatus der Ressource ab.
- provisioningState
- Nullable<NetworkFabricProvisioningState>
Stellt die neuesten status des NFC-Diensts bereit, unabhängig davon, ob er akzeptiert, aktualisiert, erfolgreich oder fehlgeschlagen ist. Während dieses Prozesses ändern sich die Zustände basierend auf der status der Bereitstellung von Netzwerk tap.
- administrativeState
- Nullable<NetworkFabricAdministrativeState>
Administrativer Status der Ressource. Beispiel -Enabled/Disabled.
Gibt zurück
Eine neue NetworkTapData instance zum Mocking.