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>
パラメーター
オプション パラメーター。