다음을 통해 공유


ApplicationStack 클래스

애플리케이션 스택.

상속
azure.mgmt.web._serialization.Model
ApplicationStack

생성자

ApplicationStack(*, name: str | None = None, display: str | None = None, dependency: str | None = None, major_versions: List[_models.StackMajorVersion] | None = None, frameworks: List[_models.ApplicationStack] | None = None, is_deprecated: List[_models.ApplicationStack] | None = None, **kwargs: Any)

키워드 전용 매개 변수

Name Description
name
str

애플리케이션 스택 이름입니다.

display
str

애플리케이션 스택 표시 이름입니다.

dependency
str

애플리케이션 스택 종속성.

major_versions

사용 가능한 주 버전 목록입니다.

frameworks

애플리케이션 스택과 연결된 프레임워크 목록입니다.

is_deprecated

<code>true</code> 스택이 더 이상 사용되지 않는 경우 그렇지 않으면 입니다 <code>false</code>.

변수

Name Description
name
str

애플리케이션 스택 이름입니다.

display
str

애플리케이션 스택 표시 이름입니다.

dependency
str

애플리케이션 스택 종속성.

major_versions

사용 가능한 주 버전 목록입니다.

frameworks

애플리케이션 스택과 연결된 프레임워크 목록입니다.

is_deprecated

<code>true</code> 스택이 더 이상 사용되지 않는 경우 그렇지 않으면 입니다 <code>false</code>.