HostedServiceGetDetailedResponse.Deployment.SdkVersion Property

 

Gets or sets the version of the Azure SDK that was used to generate the .cspkg file that was used to create the deployment.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

public string SdkVersion { get; set; }

Property Value

Type: System.String

The Azure SDK version.

The first two numerical components of the returned version represent the version of the SDK used to create the package.

Return to top
Show: