Share via


DeploymentGetResponse.SdkVersion Property

Gets or sets the version of the Microsoft 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)

Usage

'Usage
Dim instance As DeploymentGetResponse
Dim value As String

value = instance.SdkVersion

instance.SdkVersion = value

Syntax

'Declaration
Public Property SdkVersion As String
public string SdkVersion { get; set; }
public:
property String^ SdkVersion {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_SdkVersion ()

/** @property */
public void set_SdkVersion (String value)
public function get SdkVersion () : String

public function set SdkVersion (value : String)

Property Value

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

DeploymentGetResponse Class
DeploymentGetResponse Members
Microsoft.WindowsAzure.Management.Compute.Models Namespace