TrunkedNetworks interface
Interfaccia che rappresenta un trunkedNetworks.
Metodi
Dettagli metodo
beginCreateOrUpdate(string, string, TrunkedNetwork, TrunkedNetworksCreateOrUpdateOptionalParams)
Creare una nuova rete trunked o aggiornare le proprietà della rete trunked esistente.
function beginCreateOrUpdate(resourceGroupName: string, trunkedNetworkName: string, trunkedNetworkParameters: TrunkedNetwork, options?: TrunkedNetworksCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<TrunkedNetwork>, TrunkedNetwork>>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.
- trunkedNetworkName
-
string
Nome della rete trunk.
- trunkedNetworkParameters
- TrunkedNetwork
Corpo della richiesta.
Parametri delle opzioni.
Restituisce
Promise<@azure/core-lro.SimplePollerLike<OperationState<TrunkedNetwork>, TrunkedNetwork>>
beginCreateOrUpdateAndWait(string, string, TrunkedNetwork, TrunkedNetworksCreateOrUpdateOptionalParams)
Creare una nuova rete trunked o aggiornare le proprietà della rete trunked esistente.
function beginCreateOrUpdateAndWait(resourceGroupName: string, trunkedNetworkName: string, trunkedNetworkParameters: TrunkedNetwork, options?: TrunkedNetworksCreateOrUpdateOptionalParams): Promise<TrunkedNetwork>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.
- trunkedNetworkName
-
string
Nome della rete trunk.
- trunkedNetworkParameters
- TrunkedNetwork
Corpo della richiesta.
Parametri delle opzioni.
Restituisce
Promise<TrunkedNetwork>
beginDelete(string, string, TrunkedNetworksDeleteOptionalParams)
Eliminare la rete trunk fornita.
function beginDelete(resourceGroupName: string, trunkedNetworkName: string, options?: TrunkedNetworksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.
- trunkedNetworkName
-
string
Nome della rete trunk.
Parametri delle opzioni.
Restituisce
Promise<@azure/core-lro.SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
beginDeleteAndWait(string, string, TrunkedNetworksDeleteOptionalParams)
Eliminare la rete trunk fornita.
function beginDeleteAndWait(resourceGroupName: string, trunkedNetworkName: string, options?: TrunkedNetworksDeleteOptionalParams): Promise<OperationStatusResult>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.
- trunkedNetworkName
-
string
Nome della rete trunk.
Parametri delle opzioni.
Restituisce
Promise<OperationStatusResult>
get(string, string, TrunkedNetworksGetOptionalParams)
Ottenere le proprietà della rete trunk fornita.
function get(resourceGroupName: string, trunkedNetworkName: string, options?: TrunkedNetworksGetOptionalParams): Promise<TrunkedNetwork>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.
- trunkedNetworkName
-
string
Nome della rete trunk.
- options
- TrunkedNetworksGetOptionalParams
Parametri delle opzioni.
Restituisce
Promise<TrunkedNetwork>
listByResourceGroup(string, TrunkedNetworksListByResourceGroupOptionalParams)
Ottenere un elenco di reti trunk nel gruppo di risorse fornito.
function listByResourceGroup(resourceGroupName: string, options?: TrunkedNetworksListByResourceGroupOptionalParams): PagedAsyncIterableIterator<TrunkedNetwork, TrunkedNetwork[], PageSettings>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.
Parametri delle opzioni.
Restituisce
listBySubscription(TrunkedNetworksListBySubscriptionOptionalParams)
Ottenere un elenco di reti trunk nella sottoscrizione fornita.
function listBySubscription(options?: TrunkedNetworksListBySubscriptionOptionalParams): PagedAsyncIterableIterator<TrunkedNetwork, TrunkedNetwork[], PageSettings>
Parametri
Parametri delle opzioni.
Restituisce
update(string, string, TrunkedNetworksUpdateOptionalParams)
Aggiornare i tag associati alla rete trunk fornita.
function update(resourceGroupName: string, trunkedNetworkName: string, options?: TrunkedNetworksUpdateOptionalParams): Promise<TrunkedNetwork>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.
- trunkedNetworkName
-
string
Nome della rete trunk.
Parametri delle opzioni.
Restituisce
Promise<TrunkedNetwork>