NetworkInterfaces interface
代表 NetworkInterfaces 的介面。
方法
方法詳細資料
beginCreateOrUpdate(string, string, NetworkInterface, NetworkInterfacesCreateOrUpdateOptionalParams)
建立或更新網路介面。
function beginCreateOrUpdate(resourceGroupName: string, networkInterfaceName: string, parameters: NetworkInterface, options?: NetworkInterfacesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<NetworkInterface>, NetworkInterface>>
參數
- resourceGroupName
-
string
資源群組的名稱。
- networkInterfaceName
-
string
網路介面的名稱。
- parameters
- NetworkInterface
提供給建立或更新網路介面作業的參數。
選項參數。
傳回
Promise<PollerLike<@azure/core-lro.PollOperationState<NetworkInterface>, NetworkInterface>>
beginCreateOrUpdateAndWait(string, string, NetworkInterface, NetworkInterfacesCreateOrUpdateOptionalParams)
建立或更新網路介面。
function beginCreateOrUpdateAndWait(resourceGroupName: string, networkInterfaceName: string, parameters: NetworkInterface, options?: NetworkInterfacesCreateOrUpdateOptionalParams): Promise<NetworkInterface>
參數
- resourceGroupName
-
string
資源群組的名稱。
- networkInterfaceName
-
string
網路介面的名稱。
- parameters
- NetworkInterface
提供給建立或更新網路介面作業的參數。
選項參數。
傳回
Promise<NetworkInterface>
beginDelete(string, string, NetworkInterfacesDeleteOptionalParams)
刪除指定的網路介面。
function beginDelete(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
參數
- resourceGroupName
-
string
資源群組的名稱。
- networkInterfaceName
-
string
網路介面的名稱。
選項參數。
傳回
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, NetworkInterfacesDeleteOptionalParams)
刪除指定的網路介面。
function beginDeleteAndWait(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesDeleteOptionalParams): Promise<void>
參數
- resourceGroupName
-
string
資源群組的名稱。
- networkInterfaceName
-
string
網路介面的名稱。
選項參數。
傳回
Promise<void>
beginGetEffectiveRouteTable(string, string, NetworkInterfacesGetEffectiveRouteTableOptionalParams)
取得套用至網路介面的所有路由表。
function beginGetEffectiveRouteTable(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesGetEffectiveRouteTableOptionalParams): Promise<PollerLike<PollOperationState<EffectiveRouteListResult>, EffectiveRouteListResult>>
參數
- resourceGroupName
-
string
資源群組的名稱。
- networkInterfaceName
-
string
網路介面的名稱。
選項參數。
傳回
Promise<PollerLike<@azure/core-lro.PollOperationState<EffectiveRouteListResult>, EffectiveRouteListResult>>
beginGetEffectiveRouteTableAndWait(string, string, NetworkInterfacesGetEffectiveRouteTableOptionalParams)
取得套用至網路介面的所有路由表。
function beginGetEffectiveRouteTableAndWait(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesGetEffectiveRouteTableOptionalParams): Promise<EffectiveRouteListResult>
參數
- resourceGroupName
-
string
資源群組的名稱。
- networkInterfaceName
-
string
網路介面的名稱。
選項參數。
傳回
Promise<EffectiveRouteListResult>
beginListEffectiveNetworkSecurityGroups(string, string, NetworkInterfacesListEffectiveNetworkSecurityGroupsOptionalParams)
取得套用至網路介面的所有網路安全性群組。
function beginListEffectiveNetworkSecurityGroups(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesListEffectiveNetworkSecurityGroupsOptionalParams): Promise<PollerLike<PollOperationState<EffectiveNetworkSecurityGroupListResult>, EffectiveNetworkSecurityGroupListResult>>
參數
- resourceGroupName
-
string
資源群組的名稱。
- networkInterfaceName
-
string
網路介面的名稱。
傳回
Promise<PollerLike<@azure/core-lro.PollOperationState<EffectiveNetworkSecurityGroupListResult>, EffectiveNetworkSecurityGroupListResult>>
beginListEffectiveNetworkSecurityGroupsAndWait(string, string, NetworkInterfacesListEffectiveNetworkSecurityGroupsOptionalParams)
取得套用至網路介面的所有網路安全性群組。
function beginListEffectiveNetworkSecurityGroupsAndWait(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesListEffectiveNetworkSecurityGroupsOptionalParams): Promise<EffectiveNetworkSecurityGroupListResult>
參數
- resourceGroupName
-
string
資源群組的名稱。
- networkInterfaceName
-
string
網路介面的名稱。
傳回
beginUpdateTags(string, string, TagsObject, NetworkInterfacesUpdateTagsOptionalParams)
更新網路介面標籤。
function beginUpdateTags(resourceGroupName: string, networkInterfaceName: string, parameters: TagsObject, options?: NetworkInterfacesUpdateTagsOptionalParams): Promise<PollerLike<PollOperationState<NetworkInterface>, NetworkInterface>>
參數
- resourceGroupName
-
string
資源群組的名稱。
- networkInterfaceName
-
string
網路介面的名稱。
- parameters
- TagsObject
提供用來更新網路介面標籤的參數。
選項參數。
傳回
Promise<PollerLike<@azure/core-lro.PollOperationState<NetworkInterface>, NetworkInterface>>
beginUpdateTagsAndWait(string, string, TagsObject, NetworkInterfacesUpdateTagsOptionalParams)
更新網路介面標籤。
function beginUpdateTagsAndWait(resourceGroupName: string, networkInterfaceName: string, parameters: TagsObject, options?: NetworkInterfacesUpdateTagsOptionalParams): Promise<NetworkInterface>
參數
- resourceGroupName
-
string
資源群組的名稱。
- networkInterfaceName
-
string
網路介面的名稱。
- parameters
- TagsObject
提供用來更新網路介面標籤的參數。
選項參數。
傳回
Promise<NetworkInterface>
get(string, string, NetworkInterfacesGetOptionalParams)
取得指定網路介面的相關資訊。
function get(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesGetOptionalParams): Promise<NetworkInterface>
參數
- resourceGroupName
-
string
資源群組的名稱。
- networkInterfaceName
-
string
網路介面的名稱。
選項參數。
傳回
Promise<NetworkInterface>
list(string, NetworkInterfacesListOptionalParams)
取得資源群組中的所有網路介面。
function list(resourceGroupName: string, options?: NetworkInterfacesListOptionalParams): PagedAsyncIterableIterator<NetworkInterface, NetworkInterface[], PageSettings>
參數
- resourceGroupName
-
string
資源群組的名稱。
選項參數。
傳回
listAll(NetworkInterfacesListAllOptionalParams)
取得訂用帳戶中的所有網路介面。
function listAll(options?: NetworkInterfacesListAllOptionalParams): PagedAsyncIterableIterator<NetworkInterface, NetworkInterface[], PageSettings>
參數
選項參數。