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

CloudService 类

定义

描述云服务。

public class CloudService : Microsoft.Rest.Azure.IResource
type CloudService = class
    interface IResource
Public Class CloudService
Implements IResource
继承
CloudService
实现

构造函数

CloudService()

初始化 CloudService 类的新实例。

CloudService(String, String, String, String, IDictionary<String,String>, CloudServiceProperties, SystemData, IList<String>)

初始化 CloudService 类的新实例。

属性

Id

获取资源 ID。

Location

获取或设置资源位置。

Name

获取资源名称。

Properties

描述云服务。

SystemData

描述云服务。

Tags

获取或设置资源标记。

Type

获取资源类型。

Zones

获取或设置资源的逻辑可用性区域的列表。 列表应仅包含应预配云服务的 1 个区域。 此字段是可选的。

方法

Validate()

验证 对象。

适用于