C# Class AzureWebFarm.Helpers.AzureRoleEnvironment

Afficher le fichier Open project: MRCollective/AzureWebFarm Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
OnChanged ( object caller, RoleEnvironmentChangedEventArgs args ) : void
WebDeployLeaseBlob ( ) : CloudBlob

Private Methods

Méthode Description
AzureRoleEnvironment ( ) : System
CheckHasWebDeployLease ( ) : bool
CreateIfNotExist ( this blob ) : void
GetWebDeployLeaseBlob ( ) : CloudBlob

Method Details

OnChanged() public static méthode

public static OnChanged ( object caller, RoleEnvironmentChangedEventArgs args ) : void
caller object
args RoleEnvironmentChangedEventArgs
Résultat void

WebDeployLeaseBlob() public static méthode

public static WebDeployLeaseBlob ( ) : CloudBlob
Résultat Microsoft.WindowsAzure.StorageClient.CloudBlob

Property Details

CurrentRoleInstanceId public_oe static_oe property

public static Func CurrentRoleInstanceId
Résultat Func

DeploymentId public_oe static_oe property

public static Func DeploymentId
Résultat Func

GetConfigurationSettingValue public_oe static_oe property

public static Func GetConfigurationSettingValue
Résultat string>.Func

GetLocalResourcePath public_oe static_oe property

public static Func GetLocalResourcePath
Résultat string>.Func

HasWebDeployLease public_oe static_oe property

public static Func HasWebDeployLease
Résultat Func

IsAvailable public_oe static_oe property

public static Func IsAvailable
Résultat Func

IsComputeEmulatorEnvironment public_oe static_oe property

public static Func IsComputeEmulatorEnvironment
Résultat Func

IsEmulated public_oe static_oe property

public static Func IsEmulated
Résultat Func

RequestRecycle public_oe static_oe property

public static Action,System RequestRecycle
Résultat System.Action

RoleWebsiteName public_oe static_oe property

public static Func RoleWebsiteName
Résultat Func