C# Class AzureWebFarm.Helpers.AzureRoleEnvironment

Datei anzeigen Open project: MRCollective/AzureWebFarm Class Usage Examples

Public Properties

Property Type Description
CurrentRoleInstanceId Func
DeploymentId Func
GetConfigurationSettingValue string>.Func
GetLocalResourcePath string>.Func
HasWebDeployLease Func
IsAvailable Func
IsComputeEmulatorEnvironment Func
IsEmulated Func
RequestRecycle System.Action
RoleWebsiteName Func

Public Methods

Method Description
OnChanged ( object caller, RoleEnvironmentChangedEventArgs args ) : void
WebDeployLeaseBlob ( ) : CloudBlob

Private Methods

Method Description
AzureRoleEnvironment ( ) : System
CheckHasWebDeployLease ( ) : bool
CreateIfNotExist ( this blob ) : void
GetWebDeployLeaseBlob ( ) : CloudBlob

Method Details

OnChanged() public static method

public static OnChanged ( object caller, RoleEnvironmentChangedEventArgs args ) : void
caller object
args RoleEnvironmentChangedEventArgs
return void

WebDeployLeaseBlob() public static method

public static WebDeployLeaseBlob ( ) : CloudBlob
return Microsoft.WindowsAzure.StorageClient.CloudBlob

Property Details

CurrentRoleInstanceId public_oe static_oe property

public static Func CurrentRoleInstanceId
return Func

DeploymentId public_oe static_oe property

public static Func DeploymentId
return Func

GetConfigurationSettingValue public_oe static_oe property

public static Func GetConfigurationSettingValue
return string>.Func

GetLocalResourcePath public_oe static_oe property

public static Func GetLocalResourcePath
return string>.Func

HasWebDeployLease public_oe static_oe property

public static Func HasWebDeployLease
return Func

IsAvailable public_oe static_oe property

public static Func IsAvailable
return Func

IsComputeEmulatorEnvironment public_oe static_oe property

public static Func IsComputeEmulatorEnvironment
return Func

IsEmulated public_oe static_oe property

public static Func IsEmulated
return Func

RequestRecycle public_oe static_oe property

public static Action,System RequestRecycle
return System.Action

RoleWebsiteName public_oe static_oe property

public static Func RoleWebsiteName
return Func