TrunkedNetworksOperations interface

介面代表 TrunkedNetworks 作業。

屬性

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

建立新的主幹網路,或更新現有主幹網路的屬性。

delete

刪除提供的主幹網路。

get

取得所提供主幹網路的屬性。

listByResourceGroup

取得所提供資源群組中主幹網路的清單。

listBySubscription

取得所提供訂閱中中繼網路的清單。

update

更新與所提供主幹網路相關聯的標記。

屬性詳細資料

beginCreateOrUpdate

警告

此 API 現已淘汰。

use createOrUpdate instead

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

屬性值

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

beginCreateOrUpdateAndWait

警告

此 API 現已淘汰。

use createOrUpdate instead

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

屬性值

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

beginDelete

警告

此 API 現已淘汰。

use delete instead

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

屬性值

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

beginDeleteAndWait

警告

此 API 現已淘汰。

use delete instead

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

屬性值

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

createOrUpdate

建立新的主幹網路,或更新現有主幹網路的屬性。

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

屬性值

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

delete

刪除提供的主幹網路。

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

屬性值

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

get

取得所提供主幹網路的屬性。

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

屬性值

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

listByResourceGroup

取得所提供資源群組中主幹網路的清單。

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

屬性值

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

listBySubscription

取得所提供訂閱中中繼網路的清單。

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

屬性值

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

update

更新與所提供主幹網路相關聯的標記。

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

屬性值

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