IAppServicePlan 인터페이스

정의

Azure 앱 서비스 계획의 변경할 수 없는 클라이언트 쪽 표현입니다.

public interface IAppServicePlan : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.AppService.Fluent.IAppServiceManager,Microsoft.Azure.Management.AppService.Fluent.Models.AppServicePlanInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.AppService.Fluent.Models.AppServicePlanInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.AppService.Fluent.IAppServiceManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.AppService.Fluent.IAppServicePlan>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Update.IUpdate>
type IAppServicePlan = interface
    interface IBeta
    interface IGroupableResource<IAppServiceManager, AppServicePlanInner>
    interface IResource
    interface IIndexable
    interface IHasId
    interface IHasName
    interface IHasResourceGroup
    interface IHasManager<IAppServiceManager>
    interface IHasInner<AppServicePlanInner>
    interface IRefreshable<IAppServicePlan>
    interface IUpdatable<IUpdate>
Public Interface IAppServicePlan
Implements IBeta, IGroupableResource(Of IAppServiceManager, AppServicePlanInner), IHasInner(Of AppServicePlanInner), IHasManager(Of IAppServiceManager), IRefreshable(Of IAppServicePlan), IUpdatable(Of IUpdate)
구현

속성

Capacity

할당할 수 있는 최대 인스턴스 수를 가져옵니다.

Id

리소스 ID 문자열을 가져옵니다.

(다음에서 상속됨 IHasId)
Inner

Azure 앱 서비스 계획의 변경할 수 없는 클라이언트 쪽 표현입니다.

(다음에서 상속됨 IHasInner<T>)
Key

Azure 앱 서비스 계획의 변경할 수 없는 클라이언트 쪽 표현입니다.

(다음에서 상속됨 IIndexable)
Manager

이 리소스 유형의 관리자 클라이언트 유형을 가져옵니다.

(다음에서 상속됨 IHasManager<ManagerT>)
MaxInstances

할당할 수 있는 최대 인스턴스 수를 가져옵니다.

Name

리소스의 이름을 가져옵니다.

(다음에서 상속됨 IHasName)
NumberOfWebApps

이 App Service 계획에 할당된 웹앱 수를 가져옵니다.

OperatingSystem

웹앱이 실행 중인 운영 체제를 가져옵니다.

PerSiteScaling

이 App Service 계획에 할당된 앱을 독립적으로 확장할 수 있는지를 가져옵니다.

PricingTier

App Service 플랜의 가격 책정 계층 정보를 가져옵니다.

Region

Azure 앱 서비스 계획의 변경할 수 없는 클라이언트 쪽 표현입니다.

(다음에서 상속됨 IResource)
RegionName

Azure 앱 서비스 계획의 변경할 수 없는 클라이언트 쪽 표현입니다.

(다음에서 상속됨 IResource)
ResourceGroupName

Azure 앱 서비스 계획의 변경할 수 없는 클라이언트 쪽 표현입니다.

(다음에서 상속됨 IHasResourceGroup)
Tags

Azure 앱 서비스 계획의 변경할 수 없는 클라이언트 쪽 표현입니다.

(다음에서 상속됨 IResource)
Type

Azure 앱 서비스 계획의 변경할 수 없는 클라이언트 쪽 표현입니다.

(다음에서 상속됨 IResource)

메서드

Refresh()

Azure와 동기화할 리소스를 새로 고칩니다.

(다음에서 상속됨 IRefreshable<T>)
RefreshAsync(CancellationToken)

Azure와 동기화할 리소스를 새로 고칩니다.

(다음에서 상속됨 IRefreshable<T>)
Update()

Azure 앱 서비스 계획의 변경할 수 없는 클라이언트 쪽 표현입니다.

(다음에서 상속됨 IUpdatable<T>)

적용 대상