ContainerAppsSessionPools interface
ContainerAppsSessionPools を表すインターフェイス。
メソッド
メソッドの詳細
beginCreateOrUpdate(string, string, SessionPool, ContainerAppsSessionPoolsCreateOrUpdateOptionalParams)
指定されたプロパティを使用してセッション プールを作成または更新します。
function beginCreateOrUpdate(resourceGroupName: string, sessionPoolName: string, sessionPoolEnvelope: SessionPool, options?: ContainerAppsSessionPoolsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SessionPool>, SessionPool>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- sessionPoolName
-
string
セッション プールの名前。
- sessionPoolEnvelope
- SessionPool
セッション プールの作成に使用されるプロパティ
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<SessionPool>, SessionPool>>
beginCreateOrUpdateAndWait(string, string, SessionPool, ContainerAppsSessionPoolsCreateOrUpdateOptionalParams)
指定されたプロパティを使用してセッション プールを作成または更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, sessionPoolName: string, sessionPoolEnvelope: SessionPool, options?: ContainerAppsSessionPoolsCreateOrUpdateOptionalParams): Promise<SessionPool>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- sessionPoolName
-
string
セッション プールの名前。
- sessionPoolEnvelope
- SessionPool
セッション プールの作成に使用されるプロパティ
オプション パラメーター。
戻り値
Promise<SessionPool>
beginDelete(string, string, ContainerAppsSessionPoolsDeleteOptionalParams)
指定された名前のセッション プールを削除します。
function beginDelete(resourceGroupName: string, sessionPoolName: string, options?: ContainerAppsSessionPoolsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ContainerAppsSessionPoolsDeleteHeaders>, ContainerAppsSessionPoolsDeleteHeaders>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- sessionPoolName
-
string
セッション プールの名前。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<ContainerAppsSessionPoolsDeleteHeaders>, ContainerAppsSessionPoolsDeleteHeaders>>
beginDeleteAndWait(string, string, ContainerAppsSessionPoolsDeleteOptionalParams)
指定された名前のセッション プールを削除します。
function beginDeleteAndWait(resourceGroupName: string, sessionPoolName: string, options?: ContainerAppsSessionPoolsDeleteOptionalParams): Promise<ContainerAppsSessionPoolsDeleteHeaders>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- sessionPoolName
-
string
セッション プールの名前。
オプション パラメーター。
戻り値
beginUpdate(string, string, SessionPoolUpdatableProperties, ContainerAppsSessionPoolsUpdateOptionalParams)
JSON マージ パッチを使用してセッション プールにパッチを適用する
function beginUpdate(resourceGroupName: string, sessionPoolName: string, sessionPoolEnvelope: SessionPoolUpdatableProperties, options?: ContainerAppsSessionPoolsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SessionPool>, SessionPool>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- sessionPoolName
-
string
セッション プールの名前。
- sessionPoolEnvelope
- SessionPoolUpdatableProperties
セッション プールの作成に使用されるプロパティ
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<SessionPool>, SessionPool>>
beginUpdateAndWait(string, string, SessionPoolUpdatableProperties, ContainerAppsSessionPoolsUpdateOptionalParams)
JSON マージ パッチを使用してセッション プールにパッチを適用する
function beginUpdateAndWait(resourceGroupName: string, sessionPoolName: string, sessionPoolEnvelope: SessionPoolUpdatableProperties, options?: ContainerAppsSessionPoolsUpdateOptionalParams): Promise<SessionPool>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- sessionPoolName
-
string
セッション プールの名前。
- sessionPoolEnvelope
- SessionPoolUpdatableProperties
セッション プールの作成に使用されるプロパティ
オプション パラメーター。
戻り値
Promise<SessionPool>
get(string, string, ContainerAppsSessionPoolsGetOptionalParams)
セッション プールのプロパティを取得します。
function get(resourceGroupName: string, sessionPoolName: string, options?: ContainerAppsSessionPoolsGetOptionalParams): Promise<SessionPool>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- sessionPoolName
-
string
セッション プールの名前。
オプション パラメーター。
戻り値
Promise<SessionPool>
listByResourceGroup(string, ContainerAppsSessionPoolsListByResourceGroupOptionalParams)
サブスクリプションの特定のリソース グループ内のセッション プールを取得します。
function listByResourceGroup(resourceGroupName: string, options?: ContainerAppsSessionPoolsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SessionPool, SessionPool[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
オプション パラメーター。
戻り値
listBySubscription(ContainerAppsSessionPoolsListBySubscriptionOptionalParams)
特定のサブスクリプションのセッション プールを取得します。
function listBySubscription(options?: ContainerAppsSessionPoolsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SessionPool, SessionPool[], PageSettings>
パラメーター
オプション パラメーター。