次の方法で共有


IpExtendedCommunities interface

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

メソッド

beginCreate(string, string, IpExtendedCommunity, IpExtendedCommunitiesCreateOptionalParams)

IP 拡張コミュニティ PUT メソッドを実装します。

beginCreateAndWait(string, string, IpExtendedCommunity, IpExtendedCommunitiesCreateOptionalParams)

IP 拡張コミュニティ PUT メソッドを実装します。

beginDelete(string, string, IpExtendedCommunitiesDeleteOptionalParams)

IP 拡張コミュニティ DELETE メソッドを実装します。

beginDeleteAndWait(string, string, IpExtendedCommunitiesDeleteOptionalParams)

IP 拡張コミュニティ DELETE メソッドを実装します。

beginUpdate(string, string, IpExtendedCommunityPatch, IpExtendedCommunitiesUpdateOptionalParams)

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

beginUpdateAndWait(string, string, IpExtendedCommunityPatch, IpExtendedCommunitiesUpdateOptionalParams)

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

get(string, string, IpExtendedCommunitiesGetOptionalParams)

IP 拡張コミュニティ GET メソッドを実装します。

listByResourceGroup(string, IpExtendedCommunitiesListByResourceGroupOptionalParams)

リソース グループ GET メソッドによって IpExtendedCommunities リストを実装します。

listBySubscription(IpExtendedCommunitiesListBySubscriptionOptionalParams)

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

メソッドの詳細

beginCreate(string, string, IpExtendedCommunity, IpExtendedCommunitiesCreateOptionalParams)

IP 拡張コミュニティ PUT メソッドを実装します。

function beginCreate(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunity, options?: IpExtendedCommunitiesCreateOptionalParams): Promise<SimplePollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>>

パラメーター

resourceGroupName

string

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

ipExtendedCommunityName

string

IP 拡張コミュニティの名前。

body
IpExtendedCommunity

要求ペイロード。

options
IpExtendedCommunitiesCreateOptionalParams

options パラメーター。

戻り値

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

beginCreateAndWait(string, string, IpExtendedCommunity, IpExtendedCommunitiesCreateOptionalParams)

IP 拡張コミュニティ PUT メソッドを実装します。

function beginCreateAndWait(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunity, options?: IpExtendedCommunitiesCreateOptionalParams): Promise<IpExtendedCommunity>

パラメーター

resourceGroupName

string

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

ipExtendedCommunityName

string

IP 拡張コミュニティの名前。

body
IpExtendedCommunity

要求ペイロード。

options
IpExtendedCommunitiesCreateOptionalParams

options パラメーター。

戻り値

beginDelete(string, string, IpExtendedCommunitiesDeleteOptionalParams)

IP 拡張コミュニティ DELETE メソッドを実装します。

function beginDelete(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<IpExtendedCommunitiesDeleteHeaders>, IpExtendedCommunitiesDeleteHeaders>>

パラメーター

resourceGroupName

string

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

ipExtendedCommunityName

string

IP 拡張コミュニティの名前。

options
IpExtendedCommunitiesDeleteOptionalParams

options パラメーター。

戻り値

beginDeleteAndWait(string, string, IpExtendedCommunitiesDeleteOptionalParams)

IP 拡張コミュニティ DELETE メソッドを実装します。

function beginDeleteAndWait(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesDeleteOptionalParams): Promise<IpExtendedCommunitiesDeleteHeaders>

パラメーター

resourceGroupName

string

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

ipExtendedCommunityName

string

IP 拡張コミュニティの名前。

options
IpExtendedCommunitiesDeleteOptionalParams

options パラメーター。

戻り値

beginUpdate(string, string, IpExtendedCommunityPatch, IpExtendedCommunitiesUpdateOptionalParams)

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

function beginUpdate(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunityPatch, options?: IpExtendedCommunitiesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>>

パラメーター

resourceGroupName

string

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

ipExtendedCommunityName

string

IP 拡張コミュニティの名前。

body
IpExtendedCommunityPatch

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

options
IpExtendedCommunitiesUpdateOptionalParams

options パラメーター。

戻り値

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

beginUpdateAndWait(string, string, IpExtendedCommunityPatch, IpExtendedCommunitiesUpdateOptionalParams)

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

function beginUpdateAndWait(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunityPatch, options?: IpExtendedCommunitiesUpdateOptionalParams): Promise<IpExtendedCommunity>

パラメーター

resourceGroupName

string

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

ipExtendedCommunityName

string

IP 拡張コミュニティの名前。

body
IpExtendedCommunityPatch

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

options
IpExtendedCommunitiesUpdateOptionalParams

options パラメーター。

戻り値

get(string, string, IpExtendedCommunitiesGetOptionalParams)

IP 拡張コミュニティ GET メソッドを実装します。

function get(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesGetOptionalParams): Promise<IpExtendedCommunity>

パラメーター

resourceGroupName

string

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

ipExtendedCommunityName

string

IP 拡張コミュニティの名前。

options
IpExtendedCommunitiesGetOptionalParams

options パラメーター。

戻り値

listByResourceGroup(string, IpExtendedCommunitiesListByResourceGroupOptionalParams)

リソース グループ GET メソッドによって IpExtendedCommunities リストを実装します。

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

パラメーター

resourceGroupName

string

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

options
IpExtendedCommunitiesListByResourceGroupOptionalParams

options パラメーター。

戻り値

listBySubscription(IpExtendedCommunitiesListBySubscriptionOptionalParams)

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

function listBySubscription(options?: IpExtendedCommunitiesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<IpExtendedCommunity, IpExtendedCommunity[], PageSettings>

パラメーター

options
IpExtendedCommunitiesListBySubscriptionOptionalParams

options パラメーター。

戻り値