ApiPortalCustomDomains interface
ApiPortalCustomDomains を表すインターフェイス。
メソッド
begin |
API ポータルのカスタム ドメインを作成または更新します。 |
begin |
API ポータルのカスタム ドメインを作成または更新します。 |
begin |
API ポータルのカスタム ドメインを削除します。 |
begin |
API ポータルのカスタム ドメインを削除します。 |
get(string, string, string, string, Api |
API ポータルのカスタム ドメインを取得します。 |
list(string, string, string, Api |
すべての API ポータルカスタム ドメインを一覧表示する要求を処理します。 |
メソッドの詳細
beginCreateOrUpdate(string, string, string, string, ApiPortalCustomDomainResource, ApiPortalCustomDomainsCreateOrUpdateOptionalParams)
API ポータルのカスタム ドメインを作成または更新します。
function beginCreateOrUpdate(resourceGroupName: string, serviceName: string, apiPortalName: string, domainName: string, apiPortalCustomDomainResource: ApiPortalCustomDomainResource, options?: ApiPortalCustomDomainsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ApiPortalCustomDomainResource>, ApiPortalCustomDomainResource>>
パラメーター
- resourceGroupName
-
string
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
- apiPortalName
-
string
API ポータルの名前。
- domainName
-
string
API ポータルのカスタム ドメインの名前。
- apiPortalCustomDomainResource
- ApiPortalCustomDomainResource
作成または更新操作の API ポータル カスタム ドメイン
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<ApiPortalCustomDomainResource>, ApiPortalCustomDomainResource>>
beginCreateOrUpdateAndWait(string, string, string, string, ApiPortalCustomDomainResource, ApiPortalCustomDomainsCreateOrUpdateOptionalParams)
API ポータルのカスタム ドメインを作成または更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, serviceName: string, apiPortalName: string, domainName: string, apiPortalCustomDomainResource: ApiPortalCustomDomainResource, options?: ApiPortalCustomDomainsCreateOrUpdateOptionalParams): Promise<ApiPortalCustomDomainResource>
パラメーター
- resourceGroupName
-
string
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
- apiPortalName
-
string
API ポータルの名前。
- domainName
-
string
API ポータルのカスタム ドメインの名前。
- apiPortalCustomDomainResource
- ApiPortalCustomDomainResource
作成または更新操作の API ポータル カスタム ドメイン
options パラメーター。
戻り値
Promise<ApiPortalCustomDomainResource>
beginDelete(string, string, string, string, ApiPortalCustomDomainsDeleteOptionalParams)
API ポータルのカスタム ドメインを削除します。
function beginDelete(resourceGroupName: string, serviceName: string, apiPortalName: string, domainName: string, options?: ApiPortalCustomDomainsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
- apiPortalName
-
string
API ポータルの名前。
- domainName
-
string
API ポータルのカスタム ドメインの名前。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, string, ApiPortalCustomDomainsDeleteOptionalParams)
API ポータルのカスタム ドメインを削除します。
function beginDeleteAndWait(resourceGroupName: string, serviceName: string, apiPortalName: string, domainName: string, options?: ApiPortalCustomDomainsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
- apiPortalName
-
string
API ポータルの名前。
- domainName
-
string
API ポータルのカスタム ドメインの名前。
options パラメーター。
戻り値
Promise<void>
get(string, string, string, string, ApiPortalCustomDomainsGetOptionalParams)
API ポータルのカスタム ドメインを取得します。
function get(resourceGroupName: string, serviceName: string, apiPortalName: string, domainName: string, options?: ApiPortalCustomDomainsGetOptionalParams): Promise<ApiPortalCustomDomainResource>
パラメーター
- resourceGroupName
-
string
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
- apiPortalName
-
string
API ポータルの名前。
- domainName
-
string
API ポータルのカスタム ドメインの名前。
options パラメーター。
戻り値
Promise<ApiPortalCustomDomainResource>
list(string, string, string, ApiPortalCustomDomainsListOptionalParams)
すべての API ポータルカスタム ドメインを一覧表示する要求を処理します。
function list(resourceGroupName: string, serviceName: string, apiPortalName: string, options?: ApiPortalCustomDomainsListOptionalParams): PagedAsyncIterableIterator<ApiPortalCustomDomainResource, ApiPortalCustomDomainResource[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
- apiPortalName
-
string
API ポータルの名前。
options パラメーター。