Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Microsoft
WindowsAzure
Commands
Utilities
Common
CmdletWithSubscriptionBase
C# 클래스 Microsoft.WindowsAzure.Commands.Utilities.Common.CmdletWithSubscriptionBase
Base class for cmdlets that need the current subscription but don't otherwise need the channel stuff.
상속:
CmdletBase
파일 보기
프로젝트 열기: AzureRT/azure-sdk-tools
보호된 메소드들
메소드
설명
OnCurrentSubscriptionUpdated
( ) :
void
Override this method if you need to do processing when the current subscription changes.
비공개 메소드들
메소드
설명
ThrowIfNull
(
WindowsAzureSubscription
subscription
) :
WindowsAzureSubscription
메소드 상세
OnCurrentSubscriptionUpdated()
보호된
메소드
Override this method if you need to do processing when the current subscription changes.
protected
OnCurrentSubscriptionUpdated
( ) :
void
리턴
void