CloudServiceCollection 类
继承层次结构
System.Object
System.Collections.Generic.List<CloudServiceProperties>
Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7.CloudServiceCollection
命名空间: Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7
程序集: Microsoft.TeamFoundation.Deployment.Workflow(在 Microsoft.TeamFoundation.Deployment.Workflow.dll 中)
语法
声明
<CollectionDataContractAttribute(Name := "HostedServices", Namespace := "https://schemas.microsoft.com/windowsazure")> _
Public NotInheritable Class CloudServiceCollection _
Inherits List(Of CloudServiceProperties)
[CollectionDataContractAttribute(Name = "HostedServices", Namespace = "https://schemas.microsoft.com/windowsazure")]
public sealed class CloudServiceCollection : List<CloudServiceProperties>
CloudServiceCollection 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Capacity | 获取或设置该内部数据结构在不调整大小的情况下能够容纳的元素总数。 (继承自 List<CloudServiceProperties>。) | |
Count | 获取 List<T> 中包含的元素数。 (继承自 List<CloudServiceProperties>。) | |
Item | 获取或设置位于指定索引处的元素。 (继承自 List<CloudServiceProperties>。) |
页首
方法
页首
显式接口实现
名称 | 说明 | |
---|---|---|
IList.Add | 将某项添加到 IList 中。 (继承自 List<CloudServiceProperties>。) | |
IList.Contains | 确定 IList 是否包含特定值。 (继承自 List<CloudServiceProperties>。) | |
ICollection.CopyTo | 从特定的 Array 索引处开始,将 ICollection 的元素复制到一个 Array 中。 (继承自 List<CloudServiceProperties>。) | |
IEnumerable<T>.GetEnumerator | 返回一个循环访问集合的枚举器。 (继承自 List<CloudServiceProperties>。) | |
IEnumerable.GetEnumerator | 返回一个循环访问集合的枚举器。 (继承自 List<CloudServiceProperties>。) | |
IList.IndexOf | 确定 IList 中特定项的索引。 (继承自 List<CloudServiceProperties>。) | |
IList.Insert | 将一个项插入指定索引处的 IList。 (继承自 List<CloudServiceProperties>。) | |
IList.IsFixedSize | 获取一个值,该值指示 IList 是否具有固定大小。 (继承自 List<CloudServiceProperties>。) | |
ICollection<T>.IsReadOnly | 获取一个值,该值指示 ICollection<T> 是否为只读。 (继承自 List<CloudServiceProperties>。) | |
IList.IsReadOnly | 获取一个值,该值指示 IList 是否为只读。 (继承自 List<CloudServiceProperties>。) | |
ICollection.IsSynchronized | 获取一个值,该值指示是否同步对 ICollection 的访问(线程安全)。 (继承自 List<CloudServiceProperties>。) | |
IList.Item | 获取或设置位于指定索引处的元素。 (继承自 List<CloudServiceProperties>。) | |
IList.Remove | 从 IList 中移除特定对象的第一个匹配项。 (继承自 List<CloudServiceProperties>。) | |
ICollection.SyncRoot | 获取可用于同步对 ICollection 的访问的对象。 (继承自 List<CloudServiceProperties>。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。
请参阅
参考
Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7 命名空间