AppServicePlansOperations 클래스
경고
이 클래스를 직접 인스턴스화하지 마세요.
대신 다음 작업을 통해 액세스해야 합니다.
<xref:app_service_plans> 특성.
- 상속
-
builtins.objectAppServicePlansOperations
생성자
AppServicePlansOperations(*args, **kwargs)
메서드
begin_create_or_update |
App Service 계획을 만들거나 업데이트합니다. App Service 계획을 만들거나 업데이트합니다. |
create_or_update_vnet_route |
App Service 계획에서 Virtual Network 경로를 만들거나 업데이트합니다. App Service 계획에서 Virtual Network 경로를 만들거나 업데이트합니다. |
delete |
App Service 계획을 삭제합니다. App Service 계획을 삭제합니다. |
delete_hybrid_connection |
App Service 계획에서 사용 중인 하이브리드 연결을 삭제합니다. App Service 계획에서 사용 중인 하이브리드 연결을 삭제합니다. |
delete_vnet_route |
App Service 계획에서 Virtual Network 경로를 삭제합니다. App Service 계획에서 Virtual Network 경로를 삭제합니다. |
get |
App Service 계획을 가져옵니다. App Service 계획을 가져옵니다. |
get_hybrid_connection |
App Service 계획에서 사용 중인 하이브리드 연결을 검색합니다. App Service 계획에서 사용 중인 하이브리드 연결을 검색합니다. |
get_hybrid_connection_plan_limit |
App Service 계획에서 허용되는 최대 하이브리드 연결 수를 가져옵니다. App Service 계획에서 허용되는 최대 하이브리드 연결 수를 가져옵니다. |
get_route_for_vnet |
App Service 계획에서 Virtual Network 경로를 가져옵니다. App Service 계획에서 Virtual Network 경로를 가져옵니다. |
get_server_farm_skus |
지정된 App Service 계획에 대해 선택할 수 있는 모든 SKU를 가져옵니다. 지정된 App Service 계획에 대해 선택할 수 있는 모든 SKU를 가져옵니다. |
get_vnet_from_server_farm |
App Service 계획과 연결된 Virtual Network 가져옵니다. App Service 계획과 연결된 Virtual Network 가져옵니다. |
get_vnet_gateway |
Virtual Network 게이트웨이를 가져옵니다. Virtual Network 게이트웨이를 가져옵니다. |
list |
구독에 대한 모든 App Service 플랜을 가져옵니다. 구독에 대한 모든 App Service 플랜을 가져옵니다. |
list_by_resource_group |
리소스 그룹의 모든 App Service 계획을 가져옵니다. 리소스 그룹의 모든 App Service 계획을 가져옵니다. |
list_capabilities |
App Service 계획의 모든 기능을 나열합니다. App Service 계획의 모든 기능을 나열합니다. |
list_hybrid_connection_keys |
하이브리드 연결의 보내기 키 이름 및 값을 가져옵니다. 하이브리드 연결의 보내기 키 이름 및 값을 가져옵니다. |
list_hybrid_connections |
App Service 계획에서 사용 중인 모든 하이브리드 연결을 검색합니다. App Service 계획에서 사용 중인 모든 하이브리드 연결을 검색합니다. |
list_routes_for_vnet |
App Service 계획에서 Virtual Network 연결된 모든 경로를 가져옵니다. App Service 계획에서 Virtual Network 연결된 모든 경로를 가져옵니다. |
list_usages |
서버 팜 사용량 정보를 가져옵니다. 서버 팜 사용량 정보를 가져옵니다. |
list_vnets |
App Service 계획과 연결된 모든 Virtual Network를 가져옵니다. App Service 계획과 연결된 모든 Virtual Network를 가져옵니다. |
list_web_apps |
App Service 계획과 연결된 모든 앱을 가져옵니다. App Service 계획과 연결된 모든 앱을 가져옵니다. |
list_web_apps_by_hybrid_connection |
App Service 플랜에서 하이브리드 연결을 사용하는 모든 앱을 가져옵니다. App Service 플랜에서 하이브리드 연결을 사용하는 모든 앱을 가져옵니다. |
reboot_worker |
App Service 계획에서 작업자 컴퓨터를 다시 부팅합니다. App Service 계획에서 작업자 컴퓨터를 다시 부팅합니다. |
restart_web_apps |
App Service 계획의 모든 앱을 다시 시작합니다. App Service 계획의 모든 앱을 다시 시작합니다. |
update |
App Service 계획을 만들거나 업데이트합니다. App Service 계획을 만들거나 업데이트합니다. |
update_vnet_gateway |
Virtual Network 게이트웨이를 업데이트합니다. Virtual Network 게이트웨이를 업데이트합니다. |
update_vnet_route |
App Service 계획에서 Virtual Network 경로를 만들거나 업데이트합니다. App Service 계획에서 Virtual Network 경로를 만들거나 업데이트합니다. |
begin_create_or_update
App Service 계획을 만들거나 업데이트합니다.
App Service 계획을 만들거나 업데이트합니다.
begin_create_or_update(resource_group_name: str, name: str, app_service_plan: _models.AppServicePlan, *, content_type: str = 'application/json', **kwargs: Any) -> LROPoller[_models.AppServicePlan]
매개 변수
- app_service_plan
- AppServicePlan 또는 IO
App Service 계획의 세부 정보입니다. AppServicePlan 형식 또는 IO 형식입니다. 필수 요소.
- content_type
- str
본문 매개 변수 콘텐츠 형식입니다. 알려진 값은 'application/json'입니다. 기본값은 없음입니다.
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
- continuation_token
- str
저장된 상태에서 폴러를 다시 시작하는 연속 토큰입니다.
- polling
- bool 또는 PollingMethod
기본적으로 폴링 방법은 ARMPolling입니다. 이 작업을 폴링하지 않도록 False로 전달하거나 개인 폴링 전략을 위해 초기화된 자체 폴링 개체를 전달합니다.
- polling_interval
- int
Retry-After 헤더가 없는 경우 LRO 작업에 대한 두 폴링 간의 기본 대기 시간입니다.
반환
AppServicePlan 또는 cls(response)의 결과를 반환하는 LROPoller의 instance
반환 형식
예외
create_or_update_vnet_route
App Service 계획에서 Virtual Network 경로를 만들거나 업데이트합니다.
App Service 계획에서 Virtual Network 경로를 만들거나 업데이트합니다.
create_or_update_vnet_route(resource_group_name: str, name: str, vnet_name: str, route_name: str, route: _models.VnetRoute, *, content_type: str = 'application/json', **kwargs: Any) -> _models.VnetRoute | None
매개 변수
- content_type
- str
본문 매개 변수 콘텐츠 형식입니다. 알려진 값은 'application/json'입니다. 기본값은 없음입니다.
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
VnetRoute 또는 None 또는 cls(response)의 결과
반환 형식
예외
delete
App Service 계획을 삭제합니다.
App Service 계획을 삭제합니다.
delete(resource_group_name: str, name: str, **kwargs: Any) -> None
매개 변수
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
cls(response)의 없음 또는 결과
반환 형식
예외
delete_hybrid_connection
App Service 계획에서 사용 중인 하이브리드 연결을 삭제합니다.
App Service 계획에서 사용 중인 하이브리드 연결을 삭제합니다.
delete_hybrid_connection(resource_group_name: str, name: str, namespace_name: str, relay_name: str, **kwargs: Any) -> None
매개 변수
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
cls(response)의 없음 또는 결과
반환 형식
예외
delete_vnet_route
App Service 계획에서 Virtual Network 경로를 삭제합니다.
App Service 계획에서 Virtual Network 경로를 삭제합니다.
delete_vnet_route(resource_group_name: str, name: str, vnet_name: str, route_name: str, **kwargs: Any) -> None
매개 변수
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
cls(response)의 없음 또는 결과
반환 형식
예외
get
App Service 계획을 가져옵니다.
App Service 계획을 가져옵니다.
get(resource_group_name: str, name: str, **kwargs: Any) -> AppServicePlan | None
매개 변수
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
AppServicePlan 또는 None 또는 cls(response)의 결과
반환 형식
예외
get_hybrid_connection
App Service 계획에서 사용 중인 하이브리드 연결을 검색합니다.
App Service 계획에서 사용 중인 하이브리드 연결을 검색합니다.
get_hybrid_connection(resource_group_name: str, name: str, namespace_name: str, relay_name: str, **kwargs: Any) -> HybridConnection
매개 변수
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
HybridConnection 또는 cls(response)의 결과
반환 형식
예외
get_hybrid_connection_plan_limit
App Service 계획에서 허용되는 최대 하이브리드 연결 수를 가져옵니다.
App Service 계획에서 허용되는 최대 하이브리드 연결 수를 가져옵니다.
get_hybrid_connection_plan_limit(resource_group_name: str, name: str, **kwargs: Any) -> HybridConnectionLimits
매개 변수
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
HybridConnectionLimits 또는 cls(response)의 결과
반환 형식
예외
get_route_for_vnet
App Service 계획에서 Virtual Network 경로를 가져옵니다.
App Service 계획에서 Virtual Network 경로를 가져옵니다.
get_route_for_vnet(resource_group_name: str, name: str, vnet_name: str, route_name: str, **kwargs: Any) -> List[VnetRoute] | None
매개 변수
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
VnetRoute 또는 None 또는 cls(response)의 결과 목록
반환 형식
예외
get_server_farm_skus
지정된 App Service 계획에 대해 선택할 수 있는 모든 SKU를 가져옵니다.
지정된 App Service 계획에 대해 선택할 수 있는 모든 SKU를 가져옵니다.
get_server_farm_skus(resource_group_name: str, name: str, **kwargs: Any) -> MutableMapping[str, Any]
매개 변수
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
JSON 또는 cls(response)의 결과
반환 형식
예외
get_vnet_from_server_farm
App Service 계획과 연결된 Virtual Network 가져옵니다.
App Service 계획과 연결된 Virtual Network 가져옵니다.
get_vnet_from_server_farm(resource_group_name: str, name: str, vnet_name: str, **kwargs: Any) -> VnetInfo | None
매개 변수
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
VnetInfo 또는 None 또는 cls(response)의 결과
반환 형식
예외
get_vnet_gateway
Virtual Network 게이트웨이를 가져옵니다.
Virtual Network 게이트웨이를 가져옵니다.
get_vnet_gateway(resource_group_name: str, name: str, vnet_name: str, gateway_name: str, **kwargs: Any) -> VnetGateway
매개 변수
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
VnetGateway 또는 cls(response)의 결과
반환 형식
예외
list
구독에 대한 모든 App Service 플랜을 가져옵니다.
구독에 대한 모든 App Service 플랜을 가져옵니다.
list(detailed: bool | None = None, **kwargs: Any) -> Iterable[AppServicePlan]
매개 변수
- detailed
- bool
모든 App Service 계획 속성을 반환하려면 를 지정 <code>true</code>
합니다.
기본값은 속성의 하위 집합을 반환하는 입니다 <code>false</code>
.
모든 속성을 검색하면 API 대기 시간이 증가할 수 있습니다. 기본값은 없음입니다.
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
AppServicePlan의 instance 또는 cls(response)의 결과와 같은 반복기
반환 형식
예외
list_by_resource_group
리소스 그룹의 모든 App Service 계획을 가져옵니다.
리소스 그룹의 모든 App Service 계획을 가져옵니다.
list_by_resource_group(resource_group_name: str, **kwargs: Any) -> Iterable[AppServicePlan]
매개 변수
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
AppServicePlan의 instance 또는 cls(response)의 결과와 같은 반복기
반환 형식
예외
list_capabilities
App Service 계획의 모든 기능을 나열합니다.
App Service 계획의 모든 기능을 나열합니다.
list_capabilities(resource_group_name: str, name: str, **kwargs: Any) -> List[Capability]
매개 변수
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
기능 목록 또는 cls(응답) 결과
반환 형식
예외
list_hybrid_connection_keys
하이브리드 연결의 보내기 키 이름 및 값을 가져옵니다.
하이브리드 연결의 보내기 키 이름 및 값을 가져옵니다.
list_hybrid_connection_keys(resource_group_name: str, name: str, namespace_name: str, relay_name: str, **kwargs: Any) -> HybridConnectionKey
매개 변수
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
HybridConnectionKey 또는 cls(response)의 결과
반환 형식
예외
list_hybrid_connections
App Service 계획에서 사용 중인 모든 하이브리드 연결을 검색합니다.
App Service 계획에서 사용 중인 모든 하이브리드 연결을 검색합니다.
list_hybrid_connections(resource_group_name: str, name: str, **kwargs: Any) -> Iterable[HybridConnection]
매개 변수
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
HybridConnection의 instance 또는 cls(response)의 결과와 같은 반복기
반환 형식
예외
list_routes_for_vnet
App Service 계획에서 Virtual Network 연결된 모든 경로를 가져옵니다.
App Service 계획에서 Virtual Network 연결된 모든 경로를 가져옵니다.
list_routes_for_vnet(resource_group_name: str, name: str, vnet_name: str, **kwargs: Any) -> List[VnetRoute]
매개 변수
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
VnetRoute 목록 또는 cls(response) 결과
반환 형식
예외
list_usages
서버 팜 사용량 정보를 가져옵니다.
서버 팜 사용량 정보를 가져옵니다.
list_usages(resource_group_name: str, name: str, filter: str | None = None, **kwargs: Any) -> Iterable[CsmUsageQuota]
매개 변수
- filter
- str
필터에 지정된 사용량/메트릭만 반환합니다. 필터는 odata 구문을 준수합니다. 예: $filter=(name.value eq 'Metric1' 또는 name.value eq 'Metric2'). 기본값은 없음입니다.
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
CsmUsageQuota의 instance 또는 cls(response)의 결과와 같은 반복기
반환 형식
예외
list_vnets
App Service 계획과 연결된 모든 Virtual Network를 가져옵니다.
App Service 계획과 연결된 모든 Virtual Network를 가져옵니다.
list_vnets(resource_group_name: str, name: str, **kwargs: Any) -> List[VnetInfo]
매개 변수
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
VnetInfo 목록 또는 cls(응답) 결과
반환 형식
예외
list_web_apps
App Service 계획과 연결된 모든 앱을 가져옵니다.
App Service 계획과 연결된 모든 앱을 가져옵니다.
list_web_apps(resource_group_name: str, name: str, skip_token: str | None = None, filter: str | None = None, top: str | None = None, **kwargs: Any) -> Iterable[Site]
매개 변수
- skip_token
- str
App Service 계획과 연결된 웹앱 목록에서 웹앱으로 건너뜁니다. 지정된 경우 결과 목록에 skipToken(포함)부터 시작하는 웹앱이 포함됩니다. 그렇지 않으면 결과 목록에 목록의 시작부터 웹앱이 포함됩니다. 기본값은 없음입니다.
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
사이트 또는 cls(응답)의 instance 같은 반복기
반환 형식
예외
list_web_apps_by_hybrid_connection
App Service 플랜에서 하이브리드 연결을 사용하는 모든 앱을 가져옵니다.
App Service 플랜에서 하이브리드 연결을 사용하는 모든 앱을 가져옵니다.
list_web_apps_by_hybrid_connection(resource_group_name: str, name: str, namespace_name: str, relay_name: str, **kwargs: Any) -> Iterable[str]
매개 변수
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
str의 instance 또는 cls(response)의 결과와 같은 반복기
반환 형식
예외
reboot_worker
App Service 계획에서 작업자 컴퓨터를 다시 부팅합니다.
App Service 계획에서 작업자 컴퓨터를 다시 부팅합니다.
reboot_worker(resource_group_name: str, name: str, worker_name: str, **kwargs: Any) -> None
매개 변수
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
cls(response)의 없음 또는 결과
반환 형식
예외
restart_web_apps
App Service 계획의 모든 앱을 다시 시작합니다.
App Service 계획의 모든 앱을 다시 시작합니다.
restart_web_apps(resource_group_name: str, name: str, soft_restart: bool | None = None, **kwargs: Any) -> None
매개 변수
- soft_restart
- bool
일시 다시 시작을 수행하도록 지정 <code>true</code>
하고, 구성 설정을 적용하고, 필요한 경우 앱을 다시 시작합니다. 기본값은 이며 <code>false</code>
, 항상 앱을 다시 시작하고 다시 프로비전합니다. 기본값은 없음입니다.
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
cls(response)의 없음 또는 결과
반환 형식
예외
update
App Service 계획을 만들거나 업데이트합니다.
App Service 계획을 만들거나 업데이트합니다.
update(resource_group_name: str, name: str, app_service_plan: _models.AppServicePlanPatchResource, *, content_type: str = 'application/json', **kwargs: Any) -> _models.AppServicePlan
매개 변수
- app_service_plan
- AppServicePlanPatchResource 또는 IO
App Service 계획의 세부 정보입니다. AppServicePlanPatchResource 형식 또는 IO 형식입니다. 필수 요소.
- content_type
- str
본문 매개 변수 콘텐츠 형식입니다. 알려진 값은 'application/json'입니다. 기본값은 없음입니다.
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
AppServicePlan 또는 cls(response)의 결과
반환 형식
예외
update_vnet_gateway
Virtual Network 게이트웨이를 업데이트합니다.
Virtual Network 게이트웨이를 업데이트합니다.
update_vnet_gateway(resource_group_name: str, name: str, vnet_name: str, gateway_name: str, connection_envelope: _models.VnetGateway, *, content_type: str = 'application/json', **kwargs: Any) -> _models.VnetGateway
매개 변수
- content_type
- str
본문 매개 변수 콘텐츠 형식입니다. 알려진 값은 'application/json'입니다. 기본값은 없음입니다.
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
VnetGateway 또는 cls(response)의 결과
반환 형식
예외
update_vnet_route
App Service 계획에서 Virtual Network 경로를 만들거나 업데이트합니다.
App Service 계획에서 Virtual Network 경로를 만들거나 업데이트합니다.
update_vnet_route(resource_group_name: str, name: str, vnet_name: str, route_name: str, route: _models.VnetRoute, *, content_type: str = 'application/json', **kwargs: Any) -> _models.VnetRoute | None
매개 변수
- content_type
- str
본문 매개 변수 콘텐츠 형식입니다. 알려진 값은 'application/json'입니다. 기본값은 없음입니다.
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
VnetRoute 또는 None 또는 cls(response)의 결과
반환 형식
예외
특성
models
models = <module 'azure.mgmt.web.v2020_06_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.7\\x64\\Lib\\site-packages\\azure\\mgmt\\web\\v2020_06_01\\models\\__init__.py'>
Azure SDK for Python