IpPrefixesOperations interface

IpPrefixes操作を表すインターフェース。

プロパティ

beginCreate
beginCreateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
create

IP Prefix PUT メソッドを実装します。

delete
get

IP Prefix GET メソッドを実装します。

listByResourceGroup

リソースグループによるGet メソッドでIpPrefixesリストを実装します。

listBySubscription

サブスクリプションGETメソッドでIpPrefixesリストを実装します。

update

IPプレフィックスリソースの特定のプロパティを更新するためのAPIです。

プロパティの詳細

beginCreate

警告

この API は非推奨になりました。

use create instead

beginCreate: (resourceGroupName: string, ipPrefixName: string, body: IpPrefix, options?: IpPrefixesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<IpPrefix>, IpPrefix>>

プロパティ値

(resourceGroupName: string, ipPrefixName: string, body: IpPrefix, options?: IpPrefixesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<IpPrefix>, IpPrefix>>

beginCreateAndWait

警告

この API は非推奨になりました。

use create instead

beginCreateAndWait: (resourceGroupName: string, ipPrefixName: string, body: IpPrefix, options?: IpPrefixesCreateOptionalParams) => Promise<IpPrefix>

プロパティ値

(resourceGroupName: string, ipPrefixName: string, body: IpPrefix, options?: IpPrefixesCreateOptionalParams) => Promise<IpPrefix>

beginDelete

警告

この API は非推奨になりました。

use delete instead

beginDelete: (resourceGroupName: string, ipPrefixName: string, options?: IpPrefixesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

プロパティ値

(resourceGroupName: string, ipPrefixName: string, options?: IpPrefixesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

警告

この API は非推奨になりました。

use delete instead

beginDeleteAndWait: (resourceGroupName: string, ipPrefixName: string, options?: IpPrefixesDeleteOptionalParams) => Promise<void>

プロパティ値

(resourceGroupName: string, ipPrefixName: string, options?: IpPrefixesDeleteOptionalParams) => Promise<void>

beginUpdate

警告

この API は非推奨になりました。

use update instead

beginUpdate: (resourceGroupName: string, ipPrefixName: string, body: IpPrefixPatch, options?: IpPrefixesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<IpPrefix>, IpPrefix>>

プロパティ値

(resourceGroupName: string, ipPrefixName: string, body: IpPrefixPatch, options?: IpPrefixesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<IpPrefix>, IpPrefix>>

beginUpdateAndWait

警告

この API は非推奨になりました。

use update instead

beginUpdateAndWait: (resourceGroupName: string, ipPrefixName: string, body: IpPrefixPatch, options?: IpPrefixesUpdateOptionalParams) => Promise<IpPrefix>

プロパティ値

(resourceGroupName: string, ipPrefixName: string, body: IpPrefixPatch, options?: IpPrefixesUpdateOptionalParams) => Promise<IpPrefix>

create

IP Prefix PUT メソッドを実装します。

create: (resourceGroupName: string, ipPrefixName: string, body: IpPrefix, options?: IpPrefixesCreateOptionalParams) => PollerLike<OperationState<IpPrefix>, IpPrefix>

プロパティ値

(resourceGroupName: string, ipPrefixName: string, body: IpPrefix, options?: IpPrefixesCreateOptionalParams) => PollerLike<OperationState<IpPrefix>, IpPrefix>

delete

delete: (resourceGroupName: string, ipPrefixName: string, options?: IpPrefixesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

プロパティ値

(resourceGroupName: string, ipPrefixName: string, options?: IpPrefixesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

IP Prefix GET メソッドを実装します。

get: (resourceGroupName: string, ipPrefixName: string, options?: IpPrefixesGetOptionalParams) => Promise<IpPrefix>

プロパティ値

(resourceGroupName: string, ipPrefixName: string, options?: IpPrefixesGetOptionalParams) => Promise<IpPrefix>

listByResourceGroup

リソースグループによるGet メソッドでIpPrefixesリストを実装します。

listByResourceGroup: (resourceGroupName: string, options?: IpPrefixesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<IpPrefix, IpPrefix[], PageSettings>

プロパティ値

(resourceGroupName: string, options?: IpPrefixesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<IpPrefix, IpPrefix[], PageSettings>

listBySubscription

サブスクリプションGETメソッドでIpPrefixesリストを実装します。

listBySubscription: (options?: IpPrefixesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<IpPrefix, IpPrefix[], PageSettings>

プロパティ値

(options?: IpPrefixesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<IpPrefix, IpPrefix[], PageSettings>

update

IPプレフィックスリソースの特定のプロパティを更新するためのAPIです。

update: (resourceGroupName: string, ipPrefixName: string, body: IpPrefixPatch, options?: IpPrefixesUpdateOptionalParams) => PollerLike<OperationState<IpPrefix>, IpPrefix>

プロパティ値

(resourceGroupName: string, ipPrefixName: string, body: IpPrefixPatch, options?: IpPrefixesUpdateOptionalParams) => PollerLike<OperationState<IpPrefix>, IpPrefix>