你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OSVersionWrapper Class

Definition

Wrapper model for OSVersion to include version and service pack info.

public class OSVersionWrapper
type OSVersionWrapper = class
Public Class OSVersionWrapper
Inheritance
OSVersionWrapper

Constructors

OSVersionWrapper()

Initializes a new instance of the OSVersionWrapper class.

OSVersionWrapper(String, String)

Initializes a new instance of the OSVersionWrapper class.

Properties

ServicePack

Gets or sets the service pack.

Version

Gets or sets the version.

Applies to