RoleEnvironment.DeploymentId Property
Gets the unique identifier of the deployment in which the role instance is running.
Assembly: Microsoft.WindowsAzure.ServiceRuntime (in Microsoft.WindowsAzure.ServiceRuntime.dll)
Property Value
Type: System.StringType: System.String
A String that contains the deployment identifier.
Deployment IDs are opaque strings and should not be parsed or otherwise inspected because their format might change.
Show: