NetworkInterfaces interface
表示 NetworkInterfaces 的介面。
方法
方法詳細資料
beginCreate(string, string, string, NetworkInterface, NetworkInterfacesCreateOptionalParams)
建立網路介面資源。
function beginCreate(resourceGroupName: string, networkDeviceName: string, networkInterfaceName: string, body: NetworkInterface, options?: NetworkInterfacesCreateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkInterface>, NetworkInterface>>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- networkDeviceName
-
string
網路裝置的名稱。
- networkInterfaceName
-
string
網路介面的名稱。
- body
- NetworkInterface
要求承載。
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<NetworkInterface>, NetworkInterface>>
beginCreateAndWait(string, string, string, NetworkInterface, NetworkInterfacesCreateOptionalParams)
建立網路介面資源。
function beginCreateAndWait(resourceGroupName: string, networkDeviceName: string, networkInterfaceName: string, body: NetworkInterface, options?: NetworkInterfacesCreateOptionalParams): Promise<NetworkInterface>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- networkDeviceName
-
string
網路裝置的名稱。
- networkInterfaceName
-
string
網路介面的名稱。
- body
- NetworkInterface
要求承載。
選項參數。
傳回
Promise<NetworkInterface>
beginDelete(string, string, string, NetworkInterfacesDeleteOptionalParams)
刪除網路介面資源。
function beginDelete(resourceGroupName: string, networkDeviceName: string, networkInterfaceName: string, options?: NetworkInterfacesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- networkDeviceName
-
string
網路裝置的名稱。
- networkInterfaceName
-
string
網路介面的名稱。
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, NetworkInterfacesDeleteOptionalParams)
刪除網路介面資源。
function beginDeleteAndWait(resourceGroupName: string, networkDeviceName: string, networkInterfaceName: string, options?: NetworkInterfacesDeleteOptionalParams): Promise<void>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- networkDeviceName
-
string
網路裝置的名稱。
- networkInterfaceName
-
string
網路介面的名稱。
選項參數。
傳回
Promise<void>
beginUpdate(string, string, string, NetworkInterfacePatch, NetworkInterfacesUpdateOptionalParams)
更新網路介面資源的特定屬性。
function beginUpdate(resourceGroupName: string, networkDeviceName: string, networkInterfaceName: string, body: NetworkInterfacePatch, options?: NetworkInterfacesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkInterface>, NetworkInterface>>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- networkDeviceName
-
string
網路裝置的名稱。
- networkInterfaceName
-
string
網路介面的名稱。
要更新的 NetworkInterface 屬性。 僅支援標籤。
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<NetworkInterface>, NetworkInterface>>
beginUpdateAdministrativeState(string, string, string, UpdateAdministrativeState, NetworkInterfacesUpdateAdministrativeStateOptionalParams)
更新網路介面的系統管理員狀態。
function beginUpdateAdministrativeState(resourceGroupName: string, networkDeviceName: string, networkInterfaceName: string, body: UpdateAdministrativeState, options?: NetworkInterfacesUpdateAdministrativeStateOptionalParams): Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- networkDeviceName
-
string
網路裝置的名稱。
- networkInterfaceName
-
string
網路介面的名稱。
要求承載。
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
beginUpdateAdministrativeStateAndWait(string, string, string, UpdateAdministrativeState, NetworkInterfacesUpdateAdministrativeStateOptionalParams)
更新網路介面的系統管理員狀態。
function beginUpdateAdministrativeStateAndWait(resourceGroupName: string, networkDeviceName: string, networkInterfaceName: string, body: UpdateAdministrativeState, options?: NetworkInterfacesUpdateAdministrativeStateOptionalParams): Promise<CommonPostActionResponseForStateUpdate>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- networkDeviceName
-
string
網路裝置的名稱。
- networkInterfaceName
-
string
網路介面的名稱。
要求承載。
選項參數。
傳回
beginUpdateAndWait(string, string, string, NetworkInterfacePatch, NetworkInterfacesUpdateOptionalParams)
更新網路介面資源的特定屬性。
function beginUpdateAndWait(resourceGroupName: string, networkDeviceName: string, networkInterfaceName: string, body: NetworkInterfacePatch, options?: NetworkInterfacesUpdateOptionalParams): Promise<NetworkInterface>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- networkDeviceName
-
string
網路裝置的名稱。
- networkInterfaceName
-
string
網路介面的名稱。
要更新的 NetworkInterface 屬性。 僅支援標籤。
選項參數。
傳回
Promise<NetworkInterface>
get(string, string, string, NetworkInterfacesGetOptionalParams)
取得網路介面資源詳細資料。
function get(resourceGroupName: string, networkDeviceName: string, networkInterfaceName: string, options?: NetworkInterfacesGetOptionalParams): Promise<NetworkInterface>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- networkDeviceName
-
string
網路裝置的名稱。
- networkInterfaceName
-
string
網路介面的名稱。
選項參數。
傳回
Promise<NetworkInterface>
listByNetworkDevice(string, string, NetworkInterfacesListByNetworkDeviceOptionalParams)
列出指定資源群組中的所有網路介面資源。
function listByNetworkDevice(resourceGroupName: string, networkDeviceName: string, options?: NetworkInterfacesListByNetworkDeviceOptionalParams): PagedAsyncIterableIterator<NetworkInterface, NetworkInterface[], PageSettings>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- networkDeviceName
-
string
網路裝置的名稱。
選項參數。