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
要求ペイロード。
options パラメーター。
戻り値
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
要求ペイロード。
options パラメーター。
戻り値
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
ネットワーク インターフェイスの名前。
options パラメーター。
戻り値
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
ネットワーク インターフェイスの名前。
options パラメーター。
戻り値
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 プロパティ。 タグのみがサポートされています。
options パラメーター。
戻り値
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
ネットワーク インターフェイスの名前。
要求ペイロード。
options パラメーター。
戻り値
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
ネットワーク インターフェイスの名前。
要求ペイロード。
options パラメーター。
戻り値
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 プロパティ。 タグのみがサポートされています。
options パラメーター。
戻り値
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
ネットワーク インターフェイスの名前。
options パラメーター。
戻り値
Promise<NetworkInterface>
listByNetworkDevice(string, string, NetworkInterfacesListByNetworkDeviceOptionalParams)
特定のリソース グループ内のすべてのネットワーク インターフェイス リソースを一覧表示します。
function listByNetworkDevice(resourceGroupName: string, networkDeviceName: string, options?: NetworkInterfacesListByNetworkDeviceOptionalParams): PagedAsyncIterableIterator<NetworkInterface, NetworkInterface[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- networkDeviceName
-
string
ネットワーク デバイスの名前。
options パラメーター。