C# 클래스 Microsoft.WindowsAzure.Commands.Subscription.ImportAzurePublishSettingsCommand

상속: SubscriptionCmdletBase, IModuleAssemblyInitializer
파일 보기 프로젝트 열기: AzureRT/azure-sdk-tools

Private Properties

프로퍼티 타입 설명
ExecuteCmdlet void
GuardFileExists void
ImportDirectory void
ImportFile void
ImportFile void
IsDirectory bool
ResolveDirectoryPath string
ResolveFileName string

공개 메소드들

메소드 설명
ImportAzurePublishSettingsCommand ( ) : System
OnImport ( ) : void

Run the startup script that defines aliases when the module is imported (explicitly or through lazy load)

비공개 메소드들

메소드 설명
ExecuteCmdlet ( ) : void
GuardFileExists ( string fileName ) : void
ImportDirectory ( ) : void
ImportFile ( ) : void
ImportFile ( string fileName ) : void
IsDirectory ( ) : bool
ResolveDirectoryPath ( string directoryPath ) : string
ResolveFileName ( string filename ) : string

메소드 상세

ImportAzurePublishSettingsCommand() 공개 메소드

public ImportAzurePublishSettingsCommand ( ) : System
리턴 System

OnImport() 공개 메소드

Run the startup script that defines aliases when the module is imported (explicitly or through lazy load)
public OnImport ( ) : void
리턴 void