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
Показать файл Открыть проект

Приватные методы

Метод Описание
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