IpCommunitiesOperations interface

IpCommunitiesの運用を表すインターフェース。

プロパティ

beginCreate
beginCreateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
create

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

delete
get

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

listByResourceGroup

リソースグループ別にIPコミュニティのリストをGETメソッド実装。

listBySubscription

サブスクリプションGETメソッドによるIPコミュニティリストを実装します。

update

IPコミュニティリソースの特定のプロパティを更新するためのAPIです。

プロパティの詳細

beginCreate

警告

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

use create instead

beginCreate: (resourceGroupName: string, ipCommunityName: string, body: IpCommunity, options?: IpCommunitiesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<IpCommunity>, IpCommunity>>

プロパティ値

(resourceGroupName: string, ipCommunityName: string, body: IpCommunity, options?: IpCommunitiesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<IpCommunity>, IpCommunity>>

beginCreateAndWait

警告

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

use create instead

beginCreateAndWait: (resourceGroupName: string, ipCommunityName: string, body: IpCommunity, options?: IpCommunitiesCreateOptionalParams) => Promise<IpCommunity>

プロパティ値

(resourceGroupName: string, ipCommunityName: string, body: IpCommunity, options?: IpCommunitiesCreateOptionalParams) => Promise<IpCommunity>

beginDelete

警告

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

use delete instead

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

プロパティ値

(resourceGroupName: string, ipCommunityName: string, options?: IpCommunitiesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

警告

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

use delete instead

beginDeleteAndWait: (resourceGroupName: string, ipCommunityName: string, options?: IpCommunitiesDeleteOptionalParams) => Promise<void>

プロパティ値

(resourceGroupName: string, ipCommunityName: string, options?: IpCommunitiesDeleteOptionalParams) => Promise<void>

beginUpdate

警告

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

use update instead

beginUpdate: (resourceGroupName: string, ipCommunityName: string, body: IpCommunityPatch, options?: IpCommunitiesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<IpCommunity>, IpCommunity>>

プロパティ値

(resourceGroupName: string, ipCommunityName: string, body: IpCommunityPatch, options?: IpCommunitiesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<IpCommunity>, IpCommunity>>

beginUpdateAndWait

警告

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

use update instead

beginUpdateAndWait: (resourceGroupName: string, ipCommunityName: string, body: IpCommunityPatch, options?: IpCommunitiesUpdateOptionalParams) => Promise<IpCommunity>

プロパティ値

(resourceGroupName: string, ipCommunityName: string, body: IpCommunityPatch, options?: IpCommunitiesUpdateOptionalParams) => Promise<IpCommunity>

create

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

create: (resourceGroupName: string, ipCommunityName: string, body: IpCommunity, options?: IpCommunitiesCreateOptionalParams) => PollerLike<OperationState<IpCommunity>, IpCommunity>

プロパティ値

(resourceGroupName: string, ipCommunityName: string, body: IpCommunity, options?: IpCommunitiesCreateOptionalParams) => PollerLike<OperationState<IpCommunity>, IpCommunity>

delete

delete: (resourceGroupName: string, ipCommunityName: string, options?: IpCommunitiesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

プロパティ値

(resourceGroupName: string, ipCommunityName: string, options?: IpCommunitiesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

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

get: (resourceGroupName: string, ipCommunityName: string, options?: IpCommunitiesGetOptionalParams) => Promise<IpCommunity>

プロパティ値

(resourceGroupName: string, ipCommunityName: string, options?: IpCommunitiesGetOptionalParams) => Promise<IpCommunity>

listByResourceGroup

リソースグループ別にIPコミュニティのリストをGETメソッド実装。

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

プロパティ値

(resourceGroupName: string, options?: IpCommunitiesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<IpCommunity, IpCommunity[], PageSettings>

listBySubscription

サブスクリプションGETメソッドによるIPコミュニティリストを実装します。

listBySubscription: (options?: IpCommunitiesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<IpCommunity, IpCommunity[], PageSettings>

プロパティ値

(options?: IpCommunitiesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<IpCommunity, IpCommunity[], PageSettings>

update

IPコミュニティリソースの特定のプロパティを更新するためのAPIです。

update: (resourceGroupName: string, ipCommunityName: string, body: IpCommunityPatch, options?: IpCommunitiesUpdateOptionalParams) => PollerLike<OperationState<IpCommunity>, IpCommunity>

プロパティ値

(resourceGroupName: string, ipCommunityName: string, body: IpCommunityPatch, options?: IpCommunitiesUpdateOptionalParams) => PollerLike<OperationState<IpCommunity>, IpCommunity>