TrunkedNetworksOperations interface

Antarmuka yang mewakili operasi TrunkedNetworks.

Properti

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

Buat jaringan terpotong baru atau perbarui properti jaringan terpotong yang ada.

delete

Hapus jaringan terpotong yang disediakan.

get

Dapatkan properti dari jaringan terpotong yang disediakan.

listByResourceGroup

Dapatkan daftar jaringan trunked dalam grup sumber daya yang disediakan.

listBySubscription

Dapatkan daftar jaringan trunked dalam langganan yang disediakan.

update

Perbarui tag yang terkait dengan jaringan terpotong yang disediakan.

Detail Properti

beginCreateOrUpdate

Peringatan

API ini sudah tidak digunakan lagi.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, trunkedNetworkName: string, trunkedNetworkParameters: TrunkedNetwork, options?: TrunkedNetworksCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<TrunkedNetwork>, TrunkedNetwork>>

Nilai Properti

(resourceGroupName: string, trunkedNetworkName: string, trunkedNetworkParameters: TrunkedNetwork, options?: TrunkedNetworksCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<TrunkedNetwork>, TrunkedNetwork>>

beginCreateOrUpdateAndWait

Peringatan

API ini sudah tidak digunakan lagi.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, trunkedNetworkName: string, trunkedNetworkParameters: TrunkedNetwork, options?: TrunkedNetworksCreateOrUpdateOptionalParams) => Promise<TrunkedNetwork>

Nilai Properti

(resourceGroupName: string, trunkedNetworkName: string, trunkedNetworkParameters: TrunkedNetwork, options?: TrunkedNetworksCreateOrUpdateOptionalParams) => Promise<TrunkedNetwork>

beginDelete

Peringatan

API ini sudah tidak digunakan lagi.

use delete instead

beginDelete: (resourceGroupName: string, trunkedNetworkName: string, options?: TrunkedNetworksDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

Nilai Properti

(resourceGroupName: string, trunkedNetworkName: string, options?: TrunkedNetworksDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

beginDeleteAndWait

Peringatan

API ini sudah tidak digunakan lagi.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, trunkedNetworkName: string, options?: TrunkedNetworksDeleteOptionalParams) => Promise<OperationStatusResult>

Nilai Properti

(resourceGroupName: string, trunkedNetworkName: string, options?: TrunkedNetworksDeleteOptionalParams) => Promise<OperationStatusResult>

createOrUpdate

Buat jaringan terpotong baru atau perbarui properti jaringan terpotong yang ada.

createOrUpdate: (resourceGroupName: string, trunkedNetworkName: string, trunkedNetworkParameters: TrunkedNetwork, options?: TrunkedNetworksCreateOrUpdateOptionalParams) => PollerLike<OperationState<TrunkedNetwork>, TrunkedNetwork>

Nilai Properti

(resourceGroupName: string, trunkedNetworkName: string, trunkedNetworkParameters: TrunkedNetwork, options?: TrunkedNetworksCreateOrUpdateOptionalParams) => PollerLike<OperationState<TrunkedNetwork>, TrunkedNetwork>

delete

Hapus jaringan terpotong yang disediakan.

delete: (resourceGroupName: string, trunkedNetworkName: string, options?: TrunkedNetworksDeleteOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>

Nilai Properti

(resourceGroupName: string, trunkedNetworkName: string, options?: TrunkedNetworksDeleteOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>

get

Dapatkan properti dari jaringan terpotong yang disediakan.

get: (resourceGroupName: string, trunkedNetworkName: string, options?: TrunkedNetworksGetOptionalParams) => Promise<TrunkedNetwork>

Nilai Properti

(resourceGroupName: string, trunkedNetworkName: string, options?: TrunkedNetworksGetOptionalParams) => Promise<TrunkedNetwork>

listByResourceGroup

Dapatkan daftar jaringan trunked dalam grup sumber daya yang disediakan.

listByResourceGroup: (resourceGroupName: string, options?: TrunkedNetworksListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<TrunkedNetwork, TrunkedNetwork[], PageSettings>

Nilai Properti

(resourceGroupName: string, options?: TrunkedNetworksListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<TrunkedNetwork, TrunkedNetwork[], PageSettings>

listBySubscription

Dapatkan daftar jaringan trunked dalam langganan yang disediakan.

listBySubscription: (options?: TrunkedNetworksListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<TrunkedNetwork, TrunkedNetwork[], PageSettings>

Nilai Properti

(options?: TrunkedNetworksListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<TrunkedNetwork, TrunkedNetwork[], PageSettings>

update

Perbarui tag yang terkait dengan jaringan terpotong yang disediakan.

update: (resourceGroupName: string, trunkedNetworkName: string, options?: TrunkedNetworksUpdateOptionalParams) => Promise<TrunkedNetwork>

Nilai Properti

(resourceGroupName: string, trunkedNetworkName: string, options?: TrunkedNetworksUpdateOptionalParams) => Promise<TrunkedNetwork>