C# Class AzureWebFarm.Config.AzureConfig

Datei anzeigen Open project: MRCollective/AzureWebFarm Class Usage Examples

Public Methods

Method Description
ConfigureRole ( ) : void
GetExecutionLocalResourcePath ( ) : string
GetSitesLocalResourcePath ( ) : string
GetTempLocalResourcePath ( ) : string

Private Methods

Method Description
GetLocalResourcePathAndSetAccess ( string localResourceName ) : string

Method Details

ConfigureRole() public static method

public static ConfigureRole ( ) : void
return void

GetExecutionLocalResourcePath() public static method

public static GetExecutionLocalResourcePath ( ) : string
return string

GetSitesLocalResourcePath() public static method

public static GetSitesLocalResourcePath ( ) : string
return string

GetTempLocalResourcePath() public static method

public static GetTempLocalResourcePath ( ) : string
return string