NetworkInterfaceTapConfigurations interface
Interface die een NetworkInterfaceTapConfigurations vertegenwoordigt.
Methoden
Methodedetails
beginCreateOrUpdate(string, string, string, NetworkInterfaceTapConfiguration, NetworkInterfaceTapConfigurationsCreateOrUpdateOptionalParams)
Hiermee maakt of werkt u een tikconfiguratie in de opgegeven NetworkInterface bij.
function beginCreateOrUpdate(resourceGroupName: string, networkInterfaceName: string, tapConfigurationName: string, tapConfigurationParameters: NetworkInterfaceTapConfiguration, options?: NetworkInterfaceTapConfigurationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkInterfaceTapConfiguration>, NetworkInterfaceTapConfiguration>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- networkInterfaceName
-
string
De naam van de netwerkinterface.
- tapConfigurationName
-
string
De naam van de tikconfiguratie.
- tapConfigurationParameters
- NetworkInterfaceTapConfiguration
Parameters die zijn opgegeven voor de configuratiebewerking voor het maken of bijwerken van tikken.
De optiesparameters.
Retouren
Promise<@azure/core-lro.SimplePollerLike<OperationState<NetworkInterfaceTapConfiguration>, NetworkInterfaceTapConfiguration>>
beginCreateOrUpdateAndWait(string, string, string, NetworkInterfaceTapConfiguration, NetworkInterfaceTapConfigurationsCreateOrUpdateOptionalParams)
Hiermee maakt of werkt u een tikconfiguratie in de opgegeven NetworkInterface bij.
function beginCreateOrUpdateAndWait(resourceGroupName: string, networkInterfaceName: string, tapConfigurationName: string, tapConfigurationParameters: NetworkInterfaceTapConfiguration, options?: NetworkInterfaceTapConfigurationsCreateOrUpdateOptionalParams): Promise<NetworkInterfaceTapConfiguration>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- networkInterfaceName
-
string
De naam van de netwerkinterface.
- tapConfigurationName
-
string
De naam van de tikconfiguratie.
- tapConfigurationParameters
- NetworkInterfaceTapConfiguration
Parameters die zijn opgegeven voor de configuratiebewerking voor het maken of bijwerken van tikken.
De optiesparameters.
Retouren
Promise<NetworkInterfaceTapConfiguration>
beginDelete(string, string, string, NetworkInterfaceTapConfigurationsDeleteOptionalParams)
Hiermee verwijdert u de opgegeven tikconfiguratie uit de NetworkInterface.
function beginDelete(resourceGroupName: string, networkInterfaceName: string, tapConfigurationName: string, options?: NetworkInterfaceTapConfigurationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- networkInterfaceName
-
string
De naam van de netwerkinterface.
- tapConfigurationName
-
string
De naam van de tikconfiguratie.
De optiesparameters.
Retouren
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, NetworkInterfaceTapConfigurationsDeleteOptionalParams)
Hiermee verwijdert u de opgegeven tikconfiguratie uit de NetworkInterface.
function beginDeleteAndWait(resourceGroupName: string, networkInterfaceName: string, tapConfigurationName: string, options?: NetworkInterfaceTapConfigurationsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- networkInterfaceName
-
string
De naam van de netwerkinterface.
- tapConfigurationName
-
string
De naam van de tikconfiguratie.
De optiesparameters.
Retouren
Promise<void>
get(string, string, string, NetworkInterfaceTapConfigurationsGetOptionalParams)
Haal de opgegeven tikconfiguratie op op een netwerkinterface.
function get(resourceGroupName: string, networkInterfaceName: string, tapConfigurationName: string, options?: NetworkInterfaceTapConfigurationsGetOptionalParams): Promise<NetworkInterfaceTapConfiguration>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- networkInterfaceName
-
string
De naam van de netwerkinterface.
- tapConfigurationName
-
string
De naam van de tikconfiguratie.
De optiesparameters.
Retouren
Promise<NetworkInterfaceTapConfiguration>
list(string, string, NetworkInterfaceTapConfigurationsListOptionalParams)
Haal alle Tap-configuraties op in een netwerkinterface.
function list(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfaceTapConfigurationsListOptionalParams): PagedAsyncIterableIterator<NetworkInterfaceTapConfiguration, NetworkInterfaceTapConfiguration[], PageSettings>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- networkInterfaceName
-
string
De naam van de netwerkinterface.
De optiesparameters.