다음을 통해 공유


IntegrationServiceEnvironmentsOperations 클래스

IntegrationServiceEnvironmentsOperations 작업.

이 클래스를 직접 인스턴스화해서는 안 됩니다. 대신 클라이언트 인스턴스를 만들어서 인스턴스화하고 특성으로 연결해야 합니다.

상속
builtins.object
IntegrationServiceEnvironmentsOperations

생성자

IntegrationServiceEnvironmentsOperations(client, config, serializer, deserializer)

매개 변수

client
필수

서비스 요청에 대한 클라이언트입니다.

config
필수

서비스 클라이언트의 구성입니다.

serializer
필수

개체 모델 직렬 변환기입니다.

deserializer
필수

개체 모델 역직렬 변환기입니다.

변수

models

이 작업 그룹에 사용되는 모델 클래스에 대한 별칭입니다.

메서드

begin_create_or_update

통합 서비스 환경을 만들거나 업데이트합니다.

begin_update

통합 서비스 환경을 업데이트.

delete

통합 서비스 환경을 삭제합니다.

get

통합 서비스 환경을 가져옵니다.

list_by_resource_group

리소스 그룹별 통합 서비스 환경 목록을 가져옵니다.

list_by_subscription

구독별 통합 서비스 환경 목록을 가져옵니다.

restart

통합 서비스 환경을 다시 시작합니다.

begin_create_or_update

통합 서비스 환경을 만들거나 업데이트합니다.

begin_create_or_update(resource_group: str, integration_service_environment_name: str, integration_service_environment: IntegrationServiceEnvironment, **kwargs: Any) -> LROPoller[IntegrationServiceEnvironment]

매개 변수

resource_group
str
필수

리소스 그룹입니다.

integration_service_environment_name
str
필수

통합 서비스 환경 이름입니다.

integration_service_environment
IntegrationServiceEnvironment
필수

통합 서비스 환경입니다.

cls
callable

직접 응답을 전달할 사용자 지정 형식 또는 함수

continuation_token
str

저장된 상태에서 폴러를 다시 시작하는 연속 토큰입니다.

polling
bool 또는 PollingMethod

기본적으로 폴링 방법은 ARMPolling입니다. 이 작업을 폴링하지 않도록 False를 전달하거나 개인 폴링 전략을 위해 초기화된 폴링 개체를 전달합니다.

polling_interval
int

Retry-After 헤더가 없는 경우 LRO 작업에 대한 두 폴링 간의 기본 대기 시간입니다.

반환

IntegrationServiceEnvironment 또는 cls(response)의 결과를 반환하는 LROPoller의 인스턴스

반환 형식

예외

begin_update

통합 서비스 환경을 업데이트.

begin_update(resource_group: str, integration_service_environment_name: str, integration_service_environment: IntegrationServiceEnvironment, **kwargs: Any) -> LROPoller[IntegrationServiceEnvironment]

매개 변수

resource_group
str
필수

리소스 그룹입니다.

integration_service_environment_name
str
필수

통합 서비스 환경 이름입니다.

integration_service_environment
IntegrationServiceEnvironment
필수

통합 서비스 환경입니다.

cls
callable

직접 응답을 전달할 사용자 지정 형식 또는 함수

continuation_token
str

저장된 상태에서 폴러를 다시 시작하는 연속 토큰입니다.

polling
bool 또는 PollingMethod

기본적으로 폴링 방법은 ARMPolling입니다. 이 작업을 폴링하지 않도록 False를 전달하거나 개인 폴링 전략을 위해 초기화된 폴링 개체를 전달합니다.

polling_interval
int

Retry-After 헤더가 없는 경우 LRO 작업에 대한 두 폴링 간의 기본 대기 시간입니다.

반환

IntegrationServiceEnvironment 또는 cls(response)의 결과를 반환하는 LROPoller의 인스턴스

반환 형식

예외

delete

통합 서비스 환경을 삭제합니다.

delete(resource_group: str, integration_service_environment_name: str, **kwargs: Any) -> None

매개 변수

resource_group
str
필수

리소스 그룹입니다.

integration_service_environment_name
str
필수

통합 서비스 환경 이름입니다.

cls
callable

직접 응답을 전달할 사용자 지정 형식 또는 함수

반환

None 또는 cls(response)의 결과

반환 형식

예외

get

통합 서비스 환경을 가져옵니다.

get(resource_group: str, integration_service_environment_name: str, **kwargs: Any) -> IntegrationServiceEnvironment

매개 변수

resource_group
str
필수

리소스 그룹입니다.

integration_service_environment_name
str
필수

통합 서비스 환경 이름입니다.

cls
callable

직접 응답을 전달할 사용자 지정 형식 또는 함수

반환

IntegrationServiceEnvironment 또는 cls(response)의 결과

반환 형식

예외

list_by_resource_group

리소스 그룹별 통합 서비스 환경 목록을 가져옵니다.

list_by_resource_group(resource_group: str, top: int | None = None, **kwargs: Any) -> Iterable[IntegrationServiceEnvironmentListResult]

매개 변수

resource_group
str
필수

리소스 그룹입니다.

top
int
필수

결과에 포함할 항목 수입니다. 기본값은 없음입니다.

cls
callable

직접 응답을 전달할 사용자 지정 형식 또는 함수

반환

IntegrationServiceEnvironmentListResult의 인스턴스 또는 cls(response)의 결과와 같은 반복기

반환 형식

예외

list_by_subscription

구독별 통합 서비스 환경 목록을 가져옵니다.

list_by_subscription(top: int | None = None, **kwargs: Any) -> Iterable[IntegrationServiceEnvironmentListResult]

매개 변수

top
int
필수

결과에 포함할 항목 수입니다. 기본값은 없음입니다.

cls
callable

직접 응답을 전달할 사용자 지정 형식 또는 함수

반환

IntegrationServiceEnvironmentListResult의 인스턴스 또는 cls(response)의 결과와 같은 반복기

반환 형식

예외

restart

통합 서비스 환경을 다시 시작합니다.

restart(resource_group: str, integration_service_environment_name: str, **kwargs: Any) -> None

매개 변수

resource_group
str
필수

리소스 그룹입니다.

integration_service_environment_name
str
필수

통합 서비스 환경 이름입니다.

cls
callable

직접 응답을 전달할 사용자 지정 형식 또는 함수

반환

None 또는 cls(response)의 결과

반환 형식

예외

특성

models

models = <module 'azure.mgmt.logic.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.7\\x64\\Lib\\site-packages\\azure\\mgmt\\logic\\models\\__init__.py'>