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)

Syntax

public string SdkVersion { get; set; }
public:
property String^ SdkVersion {
    String^ get();
    void set(String^ value);
}
member SdkVersion : string with get, set
Public Property SdkVersion As String

Property Value

Type: System.String

The Azure SDK version.

Remarks

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

See Also

HostedServiceGetDetailedResponse.Deployment Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top