VpnSites interface
VpnSites を表すインターフェイス。
メソッド
| begin |
VpnSite リソースが存在しない場合は作成し、それ以外の場合は既存の VpnSite を更新します。 |
| begin |
VpnSite リソースが存在しない場合は作成し、それ以外の場合は既存の VpnSite を更新します。 |
| begin |
VpnSite を削除します。 |
| begin |
VpnSite を削除します。 |
| get(string, string, Vpn |
VPN サイトの詳細を取得します。 |
| list(Vpn |
サブスクリプション内のすべての VpnSite を一覧表示します。 |
| list |
リソース グループ内のすべての vpnSite を一覧表示します。 |
| update |
VpnSite タグを更新します。 |
メソッドの詳細
beginCreateOrUpdate(string, string, VpnSite, VpnSitesCreateOrUpdateOptionalParams)
VpnSite リソースが存在しない場合は作成し、それ以外の場合は既存の VpnSite を更新します。
function beginCreateOrUpdate(resourceGroupName: string, vpnSiteName: string, vpnSiteParameters: VpnSite, options?: VpnSitesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VpnSite>, VpnSite>>
パラメーター
- resourceGroupName
-
string
VpnSite のリソース グループ名。
- vpnSiteName
-
string
作成または更新される VpnSite の名前。
- vpnSiteParameters
- VpnSite
VpnSite を作成または更新するために指定されたパラメーター。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<VpnSite>, VpnSite>>
beginCreateOrUpdateAndWait(string, string, VpnSite, VpnSitesCreateOrUpdateOptionalParams)
VpnSite リソースが存在しない場合は作成し、それ以外の場合は既存の VpnSite を更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, vpnSiteName: string, vpnSiteParameters: VpnSite, options?: VpnSitesCreateOrUpdateOptionalParams): Promise<VpnSite>
パラメーター
- resourceGroupName
-
string
VpnSite のリソース グループ名。
- vpnSiteName
-
string
作成または更新される VpnSite の名前。
- vpnSiteParameters
- VpnSite
VpnSite を作成または更新するために指定されたパラメーター。
オプション パラメーター。
戻り値
Promise<VpnSite>
beginDelete(string, string, VpnSitesDeleteOptionalParams)
VpnSite を削除します。
function beginDelete(resourceGroupName: string, vpnSiteName: string, options?: VpnSitesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
VpnSite のリソース グループ名。
- vpnSiteName
-
string
削除される VpnSite の名前。
- options
- VpnSitesDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, VpnSitesDeleteOptionalParams)
VpnSite を削除します。
function beginDeleteAndWait(resourceGroupName: string, vpnSiteName: string, options?: VpnSitesDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
VpnSite のリソース グループ名。
- vpnSiteName
-
string
削除される VpnSite の名前。
- options
- VpnSitesDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<void>
get(string, string, VpnSitesGetOptionalParams)
VPN サイトの詳細を取得します。
function get(resourceGroupName: string, vpnSiteName: string, options?: VpnSitesGetOptionalParams): Promise<VpnSite>
パラメーター
- resourceGroupName
-
string
VpnSite のリソース グループ名。
- vpnSiteName
-
string
取得する VpnSite の名前。
- options
- VpnSitesGetOptionalParams
オプション パラメーター。
戻り値
Promise<VpnSite>
list(VpnSitesListOptionalParams)
サブスクリプション内のすべての VpnSite を一覧表示します。
function list(options?: VpnSitesListOptionalParams): PagedAsyncIterableIterator<VpnSite, VpnSite[], PageSettings>
パラメーター
- options
- VpnSitesListOptionalParams
オプション パラメーター。
戻り値
listByResourceGroup(string, VpnSitesListByResourceGroupOptionalParams)
リソース グループ内のすべての vpnSite を一覧表示します。
function listByResourceGroup(resourceGroupName: string, options?: VpnSitesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<VpnSite, VpnSite[], PageSettings>
パラメーター
- resourceGroupName
-
string
VpnSite のリソース グループ名。
オプション パラメーター。
戻り値
updateTags(string, string, TagsObject, VpnSitesUpdateTagsOptionalParams)
VpnSite タグを更新します。
function updateTags(resourceGroupName: string, vpnSiteName: string, vpnSiteParameters: TagsObject, options?: VpnSitesUpdateTagsOptionalParams): Promise<VpnSite>
パラメーター
- resourceGroupName
-
string
VpnSite のリソース グループ名。
- vpnSiteName
-
string
更新する VpnSite の名前。
- vpnSiteParameters
- TagsObject
VpnSite タグを更新するために指定されたパラメーター。
- options
- VpnSitesUpdateTagsOptionalParams
オプション パラメーター。
戻り値
Promise<VpnSite>