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>
매개 변수
옵션 매개 변수입니다.