次の方法で共有


IpCommunities interface

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

メソッド

beginCreate(string, string, IpCommunity, IpCommunitiesCreateOptionalParams)

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

beginCreateAndWait(string, string, IpCommunity, IpCommunitiesCreateOptionalParams)

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

beginDelete(string, string, IpCommunitiesDeleteOptionalParams)

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

beginDeleteAndWait(string, string, IpCommunitiesDeleteOptionalParams)

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

beginUpdate(string, string, IpCommunityPatch, IpCommunitiesUpdateOptionalParams)

IP Community リソースの特定のプロパティを更新する API。

beginUpdateAndWait(string, string, IpCommunityPatch, IpCommunitiesUpdateOptionalParams)

IP Community リソースの特定のプロパティを更新する API。

get(string, string, IpCommunitiesGetOptionalParams)

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

listByResourceGroup(string, IpCommunitiesListByResourceGroupOptionalParams)

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

listBySubscription(IpCommunitiesListBySubscriptionOptionalParams)

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

メソッドの詳細

beginCreate(string, string, IpCommunity, IpCommunitiesCreateOptionalParams)

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

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

ipCommunityName

string

IP コミュニティの名前。

body
IpCommunity

要求ペイロード。

options
IpCommunitiesCreateOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<IpCommunity>, IpCommunity>>

beginCreateAndWait(string, string, IpCommunity, IpCommunitiesCreateOptionalParams)

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

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

ipCommunityName

string

IP コミュニティの名前。

body
IpCommunity

要求ペイロード。

options
IpCommunitiesCreateOptionalParams

オプション パラメーター。

戻り値

Promise<IpCommunity>

beginDelete(string, string, IpCommunitiesDeleteOptionalParams)

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

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

ipCommunityName

string

IP コミュニティの名前。

options
IpCommunitiesDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<IpCommunitiesDeleteHeaders>, IpCommunitiesDeleteHeaders>>

beginDeleteAndWait(string, string, IpCommunitiesDeleteOptionalParams)

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

function beginDeleteAndWait(resourceGroupName: string, ipCommunityName: string, options?: IpCommunitiesDeleteOptionalParams): Promise<IpCommunitiesDeleteHeaders>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

ipCommunityName

string

IP コミュニティの名前。

options
IpCommunitiesDeleteOptionalParams

オプション パラメーター。

戻り値

beginUpdate(string, string, IpCommunityPatch, IpCommunitiesUpdateOptionalParams)

IP Community リソースの特定のプロパティを更新する API。

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

ipCommunityName

string

IP コミュニティの名前。

body
IpCommunityPatch

更新する IP コミュニティ プロパティ。

options
IpCommunitiesUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<IpCommunity>, IpCommunity>>

beginUpdateAndWait(string, string, IpCommunityPatch, IpCommunitiesUpdateOptionalParams)

IP Community リソースの特定のプロパティを更新する API。

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

ipCommunityName

string

IP コミュニティの名前。

body
IpCommunityPatch

更新する IP コミュニティ プロパティ。

options
IpCommunitiesUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<IpCommunity>

get(string, string, IpCommunitiesGetOptionalParams)

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

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

ipCommunityName

string

IP コミュニティの名前。

options
IpCommunitiesGetOptionalParams

オプション パラメーター。

戻り値

Promise<IpCommunity>

listByResourceGroup(string, IpCommunitiesListByResourceGroupOptionalParams)

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

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

options
IpCommunitiesListByResourceGroupOptionalParams

オプション パラメーター。

戻り値

listBySubscription(IpCommunitiesListBySubscriptionOptionalParams)

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

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

パラメーター

options
IpCommunitiesListBySubscriptionOptionalParams

オプション パラメーター。

戻り値