C# 클래스 NewApplicationResources.Program

Currently a straight and somewhat painful copy of the PS cmdlet. Am not refactoring as a upcoming version is moving to a pluggable configuration system to better support different resource types and providers
파일 보기 프로젝트 열기: JamesRandall/AccidentalFish.ApplicationSupport

비공개 메소드들

메소드 설명
ApplyCorsRules ( ApplicationConfiguration configuration ) : void
AsyncMain ( Options options ) : System.Threading.Tasks.Task
BlobContainerPublicAccessType ( BlobContainerPublicAccessTypeEnum value ) : BlobContainerPublicAccessType
CreateCorsRule ( ApplicationCorsRule rule ) : Microsoft.WindowsAzure.Storage.Shared.Protocol.CorsRule
GetCorsMethods ( string verbString ) : CorsHttpMethods
GetEntityProperty ( System.Xml.Linq.XElement xProperty ) : Microsoft.WindowsAzure.Storage.Table.EntityProperty
GetEntityPropertyByInference ( string value ) : Microsoft.WindowsAzure.Storage.Table.EntityProperty
GetEntityPropertyForType ( string type, string value ) : Microsoft.WindowsAzure.Storage.Table.EntityProperty
Main ( string args ) : void
UploadTableData ( Microsoft.WindowsAzure.Storage.Table.CloudTable table, System.Xml.Linq.XDocument document ) : void
WriteVerbose ( string message ) : void