IpCommunities interface
IpCommunities を表すインターフェイス。
メソッド
| begin |
IP Community PUT メソッドを実装します。 |
| begin |
IP Community PUT メソッドを実装します。 |
| begin |
IP Community DELETE メソッドを実装します。 |
| begin |
IP Community DELETE メソッドを実装します。 |
| begin |
IP Community リソースの特定のプロパティを更新する API。 |
| begin |
IP Community リソースの特定のプロパティを更新する API。 |
| get(string, string, Ip |
IP Community GET メソッドを実装します。 |
| list |
リソース グループ GET メソッド別に IP コミュニティ リストを実装します。 |
| list |
サブスクリプション 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
要求ペイロード。
オプション パラメーター。
戻り値
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
要求ペイロード。
オプション パラメーター。
戻り値
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 コミュニティの名前。
オプション パラメーター。
戻り値
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 コミュニティの名前。
オプション パラメーター。
戻り値
Promise<IpCommunitiesDeleteHeaders>
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 コミュニティ プロパティ。
オプション パラメーター。
戻り値
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 コミュニティ プロパティ。
オプション パラメーター。
戻り値
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
リソース グループの名前。 名前では大文字と小文字が区別されません。
オプション パラメーター。
戻り値
listBySubscription(IpCommunitiesListBySubscriptionOptionalParams)
サブスクリプション GET メソッド別に IP コミュニティ リストを実装します。
function listBySubscription(options?: IpCommunitiesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<IpCommunity, IpCommunity[], PageSettings>
パラメーター
オプション パラメーター。