IpExtendedCommunitiesOperations interface
IpExtendedCommunitiesの操作を表すインターフェース。
プロパティ
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create | IP 拡張コミュニティ PUT メソッドを実装します。 |
| delete | |
| get | IP 拡張コミュニティ GET メソッドを実装します。 |
| list |
リソースグループによるIpExtendedCommunitiesのリストをGETメソッドで実装します。 |
| list |
サブスクリプションGETメソッドでIpExtendedCommunitiesのリストを実装します。 |
| update | IP拡張コミュニティリソースの特定のプロパティを更新するためのAPIです。 |
プロパティの詳細
beginCreate
警告
この API は非推奨になりました。
use create instead
beginCreate: (resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunity, options?: IpExtendedCommunitiesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>>
プロパティ値
(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunity, options?: IpExtendedCommunitiesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>>
beginCreateAndWait
警告
この API は非推奨になりました。
use create instead
beginCreateAndWait: (resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunity, options?: IpExtendedCommunitiesCreateOptionalParams) => Promise<IpExtendedCommunity>
プロパティ値
(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunity, options?: IpExtendedCommunitiesCreateOptionalParams) => Promise<IpExtendedCommunity>
beginDelete
警告
この API は非推奨になりました。
use delete instead
beginDelete: (resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
プロパティ値
(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
警告
この API は非推奨になりました。
use delete instead
beginDeleteAndWait: (resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesDeleteOptionalParams) => Promise<void>
プロパティ値
(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesDeleteOptionalParams) => Promise<void>
beginUpdate
警告
この API は非推奨になりました。
use update instead
beginUpdate: (resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunityPatch, options?: IpExtendedCommunitiesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>>
プロパティ値
(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunityPatch, options?: IpExtendedCommunitiesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>>
beginUpdateAndWait
警告
この API は非推奨になりました。
use update instead
beginUpdateAndWait: (resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunityPatch, options?: IpExtendedCommunitiesUpdateOptionalParams) => Promise<IpExtendedCommunity>
プロパティ値
(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunityPatch, options?: IpExtendedCommunitiesUpdateOptionalParams) => Promise<IpExtendedCommunity>
create
IP 拡張コミュニティ PUT メソッドを実装します。
create: (resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunity, options?: IpExtendedCommunitiesCreateOptionalParams) => PollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>
プロパティ値
(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunity, options?: IpExtendedCommunitiesCreateOptionalParams) => PollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>
delete
delete: (resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
プロパティ値
(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
IP 拡張コミュニティ GET メソッドを実装します。
get: (resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesGetOptionalParams) => Promise<IpExtendedCommunity>
プロパティ値
(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesGetOptionalParams) => Promise<IpExtendedCommunity>
listByResourceGroup
リソースグループによるIpExtendedCommunitiesのリストをGETメソッドで実装します。
listByResourceGroup: (resourceGroupName: string, options?: IpExtendedCommunitiesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<IpExtendedCommunity, IpExtendedCommunity[], PageSettings>
プロパティ値
(resourceGroupName: string, options?: IpExtendedCommunitiesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<IpExtendedCommunity, IpExtendedCommunity[], PageSettings>
listBySubscription
サブスクリプションGETメソッドでIpExtendedCommunitiesのリストを実装します。
listBySubscription: (options?: IpExtendedCommunitiesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<IpExtendedCommunity, IpExtendedCommunity[], PageSettings>
プロパティ値
(options?: IpExtendedCommunitiesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<IpExtendedCommunity, IpExtendedCommunity[], PageSettings>
update
IP拡張コミュニティリソースの特定のプロパティを更新するためのAPIです。
update: (resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunityPatch, options?: IpExtendedCommunitiesUpdateOptionalParams) => PollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>
プロパティ値
(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunityPatch, options?: IpExtendedCommunitiesUpdateOptionalParams) => PollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>