NetworkInterfacesOperations interface
NetworkInterfaces 操作を表すインターフェイス。
プロパティ
| create |
ネットワーク インターフェイスを作成または更新する操作。 一部のプロパティは、ネットワークインターフェイスの作成時にのみ設定できることに注意してください。 |
| delete | |
| get | ネットワーク インターフェイスを取得します。 |
| list |
指定したサブスクリプション内のすべてのネットワーク インターフェイスを一覧表示します。 応答で nextLink プロパティを使用して、ネットワーク インターフェイスの次のページを取得します。 |
| list |
指定したリソース・グループ内のすべてのネットワーク・インターフェースをリストします。 応答で nextLink プロパティを使用して、ネットワーク インターフェイスの次のページを取得します。 |
| update | ネットワークインタフェースを更新する操作。 |
プロパティの詳細
createOrUpdate
ネットワーク インターフェイスを作成または更新する操作。 一部のプロパティは、ネットワークインターフェイスの作成時にのみ設定できることに注意してください。
createOrUpdate: (resourceGroupName: string, networkInterfaceName: string, resource: NetworkInterface, options?: NetworkInterfacesCreateOrUpdateOptionalParams) => PollerLike<OperationState<NetworkInterface>, NetworkInterface>
プロパティ値
(resourceGroupName: string, networkInterfaceName: string, resource: NetworkInterface, options?: NetworkInterfacesCreateOrUpdateOptionalParams) => PollerLike<OperationState<NetworkInterface>, NetworkInterface>
delete
delete: (resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
プロパティ値
(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
ネットワーク インターフェイスを取得します。
get: (resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesGetOptionalParams) => Promise<NetworkInterface>
プロパティ値
(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesGetOptionalParams) => Promise<NetworkInterface>
listAll
指定したサブスクリプション内のすべてのネットワーク インターフェイスを一覧表示します。 応答で nextLink プロパティを使用して、ネットワーク インターフェイスの次のページを取得します。
listAll: (options?: NetworkInterfacesListAllOptionalParams) => PagedAsyncIterableIterator<NetworkInterface, NetworkInterface[], PageSettings>
プロパティ値
(options?: NetworkInterfacesListAllOptionalParams) => PagedAsyncIterableIterator<NetworkInterface, NetworkInterface[], PageSettings>
listByResourceGroup
指定したリソース・グループ内のすべてのネットワーク・インターフェースをリストします。 応答で nextLink プロパティを使用して、ネットワーク インターフェイスの次のページを取得します。
listByResourceGroup: (resourceGroupName: string, options?: NetworkInterfacesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NetworkInterface, NetworkInterface[], PageSettings>
プロパティ値
(resourceGroupName: string, options?: NetworkInterfacesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NetworkInterface, NetworkInterface[], PageSettings>
update
ネットワークインタフェースを更新する操作。
update: (resourceGroupName: string, networkInterfaceName: string, properties: NetworkInterfacesUpdateRequest, options?: NetworkInterfacesUpdateOptionalParams) => PollerLike<OperationState<NetworkInterface>, NetworkInterface>
プロパティ値
(resourceGroupName: string, networkInterfaceName: string, properties: NetworkInterfacesUpdateRequest, options?: NetworkInterfacesUpdateOptionalParams) => PollerLike<OperationState<NetworkInterface>, NetworkInterface>