NetworkDevices interface
NetworkDevices を表すインターフェイス。
メソッド
メソッドの詳細
beginCreate(string, string, NetworkDevice, NetworkDevicesCreateOptionalParams)
ネットワーク デバイス リソースを作成する
function beginCreate(resourceGroupName: string, networkDeviceName: string, body: NetworkDevice, options?: NetworkDevicesCreateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkDevice>, NetworkDevice>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- networkDeviceName
-
string
ネットワーク デバイスの名前。
- body
- NetworkDevice
要求ペイロード。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<NetworkDevice>, NetworkDevice>>
beginCreateAndWait(string, string, NetworkDevice, NetworkDevicesCreateOptionalParams)
ネットワーク デバイス リソースを作成する
function beginCreateAndWait(resourceGroupName: string, networkDeviceName: string, body: NetworkDevice, options?: NetworkDevicesCreateOptionalParams): Promise<NetworkDevice>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- networkDeviceName
-
string
ネットワーク デバイスの名前。
- body
- NetworkDevice
要求ペイロード。
options パラメーター。
戻り値
Promise<NetworkDevice>
beginDelete(string, string, NetworkDevicesDeleteOptionalParams)
ネットワーク デバイス リソースを削除します。
function beginDelete(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- networkDeviceName
-
string
ネットワーク デバイスの名前。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, NetworkDevicesDeleteOptionalParams)
ネットワーク デバイス リソースを削除します。
function beginDeleteAndWait(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- networkDeviceName
-
string
ネットワーク デバイスの名前。
options パラメーター。
戻り値
Promise<void>
beginReboot(string, string, RebootProperties, NetworkDevicesRebootOptionalParams)
ネットワーク デバイスを再起動します。
function beginReboot(resourceGroupName: string, networkDeviceName: string, body: RebootProperties, options?: NetworkDevicesRebootOptionalParams): Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- networkDeviceName
-
string
ネットワーク デバイスの名前。
- body
- RebootProperties
要求ペイロード。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
beginRebootAndWait(string, string, RebootProperties, NetworkDevicesRebootOptionalParams)
ネットワーク デバイスを再起動します。
function beginRebootAndWait(resourceGroupName: string, networkDeviceName: string, body: RebootProperties, options?: NetworkDevicesRebootOptionalParams): Promise<CommonPostActionResponseForStateUpdate>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- networkDeviceName
-
string
ネットワーク デバイスの名前。
- body
- RebootProperties
要求ペイロード。
options パラメーター。
戻り値
beginRefreshConfiguration(string, string, NetworkDevicesRefreshConfigurationOptionalParams)
ネットワーク デバイスの構成を更新します。
function beginRefreshConfiguration(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesRefreshConfigurationOptionalParams): Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- networkDeviceName
-
string
ネットワーク デバイスの名前。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
beginRefreshConfigurationAndWait(string, string, NetworkDevicesRefreshConfigurationOptionalParams)
ネットワーク デバイスの構成を更新します。
function beginRefreshConfigurationAndWait(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesRefreshConfigurationOptionalParams): Promise<CommonPostActionResponseForStateUpdate>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- networkDeviceName
-
string
ネットワーク デバイスの名前。
options パラメーター。
戻り値
beginUpdate(string, string, NetworkDevicePatchParameters, NetworkDevicesUpdateOptionalParams)
ネットワーク デバイス リソースの特定のプロパティを更新します。
function beginUpdate(resourceGroupName: string, networkDeviceName: string, body: NetworkDevicePatchParameters, options?: NetworkDevicesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkDevice>, NetworkDevice>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- networkDeviceName
-
string
ネットワーク デバイスの名前。
更新するネットワーク デバイスのプロパティ。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<NetworkDevice>, NetworkDevice>>
beginUpdateAdministrativeState(string, string, UpdateDeviceAdministrativeState, NetworkDevicesUpdateAdministrativeStateOptionalParams)
ネットワーク デバイスの管理状態を更新します。
function beginUpdateAdministrativeState(resourceGroupName: string, networkDeviceName: string, body: UpdateDeviceAdministrativeState, options?: NetworkDevicesUpdateAdministrativeStateOptionalParams): Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- networkDeviceName
-
string
ネットワーク デバイスの名前。
要求ペイロード。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
beginUpdateAdministrativeStateAndWait(string, string, UpdateDeviceAdministrativeState, NetworkDevicesUpdateAdministrativeStateOptionalParams)
ネットワーク デバイスの管理状態を更新します。
function beginUpdateAdministrativeStateAndWait(resourceGroupName: string, networkDeviceName: string, body: UpdateDeviceAdministrativeState, options?: NetworkDevicesUpdateAdministrativeStateOptionalParams): Promise<CommonPostActionResponseForStateUpdate>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- networkDeviceName
-
string
ネットワーク デバイスの名前。
要求ペイロード。
options パラメーター。
戻り値
beginUpdateAndWait(string, string, NetworkDevicePatchParameters, NetworkDevicesUpdateOptionalParams)
ネットワーク デバイス リソースの特定のプロパティを更新します。
function beginUpdateAndWait(resourceGroupName: string, networkDeviceName: string, body: NetworkDevicePatchParameters, options?: NetworkDevicesUpdateOptionalParams): Promise<NetworkDevice>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- networkDeviceName
-
string
ネットワーク デバイスの名前。
更新するネットワーク デバイスのプロパティ。
options パラメーター。
戻り値
Promise<NetworkDevice>
beginUpgrade(string, string, UpdateVersion, NetworkDevicesUpgradeOptionalParams)
ネットワーク デバイスのバージョンをアップグレードします。
function beginUpgrade(resourceGroupName: string, networkDeviceName: string, body: UpdateVersion, options?: NetworkDevicesUpgradeOptionalParams): Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- networkDeviceName
-
string
ネットワーク デバイスの名前。
- body
- UpdateVersion
要求ペイロード。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
beginUpgradeAndWait(string, string, UpdateVersion, NetworkDevicesUpgradeOptionalParams)
ネットワーク デバイスのバージョンをアップグレードします。
function beginUpgradeAndWait(resourceGroupName: string, networkDeviceName: string, body: UpdateVersion, options?: NetworkDevicesUpgradeOptionalParams): Promise<CommonPostActionResponseForStateUpdate>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- networkDeviceName
-
string
ネットワーク デバイスの名前。
- body
- UpdateVersion
要求ペイロード。
options パラメーター。
戻り値
get(string, string, NetworkDevicesGetOptionalParams)
ネットワーク デバイス リソースの詳細を取得します。
function get(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesGetOptionalParams): Promise<NetworkDevice>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- networkDeviceName
-
string
ネットワーク デバイスの名前。
- options
- NetworkDevicesGetOptionalParams
options パラメーター。
戻り値
Promise<NetworkDevice>
listByResourceGroup(string, NetworkDevicesListByResourceGroupOptionalParams)
特定のリソース グループ内のすべてのネットワーク デバイス リソースを一覧表示します。
function listByResourceGroup(resourceGroupName: string, options?: NetworkDevicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<NetworkDevice, NetworkDevice[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
options パラメーター。
戻り値
listBySubscription(NetworkDevicesListBySubscriptionOptionalParams)
特定のサブスクリプション内のすべてのネットワーク デバイス リソースを一覧表示します。
function listBySubscription(options?: NetworkDevicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<NetworkDevice, NetworkDevice[], PageSettings>
パラメーター
options パラメーター。