HostedServiceCreateParameters 类

 

表示用于创建云服务的参数。

命名空间:   Microsoft.WindowsAzure.Management.Compute.Models
程序集:  Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)

继承层次结构

System.Object
Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceCreateParameters

语法

public class HostedServiceCreateParameters
public ref class HostedServiceCreateParameters 
type HostedServiceCreateParameters = class end
Public Class HostedServiceCreateParameters

构造函数

名称 说明
HostedServiceCreateParameters()

初始化 HostedServiceCreateParameters 类的新实例。

HostedServiceCreateParameters(String, String)

初始化带有所需参数 HostedServiceCreateParameters 类的新实例。

属性

名称 说明
AffinityGroup

获取或设置与订阅相关联的现有地缘组的名称。

Description

获取或设置为云服务的说明。

ExtendedProperties

获取或设置添加到云服务的部署的属性的集合。

Label

获取或设置云服务的 base 64 编码格式的标识符。

Location

获取或设置将在其中创建云服务的位置。

ReverseDnsFqdn

可选。 使用反向 Dns 查询进行查询到的云服务的 IP 地址解析时的 Dns 地址。

ServiceName

获取或设置在订阅中是唯一的云服务的名称。

方法

名称 说明
Equals(Object)

(从 Object 继承。)

Finalize()

(从 Object 继承。)

GetHashCode()

(从 Object 继承。)

GetType()

(从 Object 继承。)

MemberwiseClone()

(从 Object 继承。)

ToString()

(从 Object 继承。)

线程安全

此类型的任何公共静态(Visual Basic 中为 Shared)成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

Microsoft.WindowsAzure.Management.Compute.Models 命名空间

返回页首