C# Class AccidentalFish.ApplicationSupport.Powershell.NewApplicationResources

Inheritance: AsyncPSCmdlet
Afficher le fichier Open project: JamesRandall/AccidentalFish.ApplicationSupport

Private Properties

Свойство Type Description
ApplyCorsRules void
BlobContainerPublicAccessType BlobContainerPublicAccessType
CreateCorsRule Microsoft.WindowsAzure.Storage.Shared.Protocol.CorsRule
GetCorsMethods CorsHttpMethods
GetEntityProperty Microsoft.WindowsAzure.Storage.Table.EntityProperty
GetEntityPropertyByInference Microsoft.WindowsAzure.Storage.Table.EntityProperty
GetEntityPropertyForType Microsoft.WindowsAzure.Storage.Table.EntityProperty
UploadTableData void

Méthodes publiques

Méthode Description
CheatRun ( ) : void

Méthodes protégées

Méthode Description
ProcessRecordAsync ( ) : Task

Private Methods

Méthode Description
ApplyCorsRules ( ApplicationConfiguration configuration ) : void
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
UploadTableData ( Microsoft.WindowsAzure.Storage.Table.CloudTable table, System.Xml.Linq.XDocument document ) : void

Method Details

CheatRun() public méthode

public CheatRun ( ) : void
Résultat void

ProcessRecordAsync() protected méthode

protected ProcessRecordAsync ( ) : Task
Résultat Task