StorageAccountPropertiesCollection 類別
繼承階層架構
System.Object
System.Collections.Generic.List<StorageAccountProperties>
Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7.StorageAccountPropertiesCollection
命名空間: Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7
組件: Microsoft.TeamFoundation.Deployment.Workflow (在 Microsoft.TeamFoundation.Deployment.Workflow.dll 中)
語法
'宣告
<CollectionDataContractAttribute(Name := "StorageServices", ItemName := "StorageService", _
Namespace := "https://schemas.microsoft.com/windowsazure")> _
Public Class StorageAccountPropertiesCollection _
Inherits List(Of StorageAccountProperties)
[CollectionDataContractAttribute(Name = "StorageServices", ItemName = "StorageService",
Namespace = "https://schemas.microsoft.com/windowsazure")]
public class StorageAccountPropertiesCollection : List<StorageAccountProperties>
StorageAccountPropertiesCollection 類型會公開下列成員。
建構函式
名稱 | 描述 | |
---|---|---|
StorageAccountPropertiesCollection |
回頁首
屬性
名稱 | 描述 | |
---|---|---|
Capacity | 在不需要調整大小之下,取得或設定內部資料結構可以保存的元素總數。 (繼承自 List<StorageAccountProperties>)。 | |
Count | 取得 List<T> 中所包含的元素數。 (繼承自 List<StorageAccountProperties>)。 | |
Item | 取得或設定指定之索引處的項目。 (繼承自 List<StorageAccountProperties>)。 |
回頁首
方法
回頁首
明確介面實作
名稱 | 描述 | |
---|---|---|
IList.Add | 將項目加入至 IList。 (繼承自 List<StorageAccountProperties>)。 | |
IList.Contains | 判斷 IList 是否包含特定值。 (繼承自 List<StorageAccountProperties>)。 | |
ICollection.CopyTo | 從特定的 Array 索引開始,複製 ICollection 項目至 Array。 (繼承自 List<StorageAccountProperties>)。 | |
IEnumerable<T>.GetEnumerator | 傳回會逐一查看集合的列舉程式。 (繼承自 List<StorageAccountProperties>)。 | |
IEnumerable.GetEnumerator | 傳回會逐一查看集合的列舉程式。 (繼承自 List<StorageAccountProperties>)。 | |
IList.IndexOf | 判斷 IList 中特定項目的索引。 (繼承自 List<StorageAccountProperties>)。 | |
IList.Insert | 將項目插入位於指定索引處的 IList。 (繼承自 List<StorageAccountProperties>)。 | |
IList.IsFixedSize | 取得值,指出 IList 是否有固定的大小。 (繼承自 List<StorageAccountProperties>)。 | |
ICollection<T>.IsReadOnly | 取得值,指出 ICollection<T> 是否唯讀。 (繼承自 List<StorageAccountProperties>)。 | |
IList.IsReadOnly | 取得值,指出 IList 是否唯讀。 (繼承自 List<StorageAccountProperties>)。 | |
ICollection.IsSynchronized | 取得值,這個值表示對 ICollection 的存取是否同步 (安全執行緒)。 (繼承自 List<StorageAccountProperties>)。 | |
IList.Item | 取得或設定指定之索引處的項目。 (繼承自 List<StorageAccountProperties>)。 | |
IList.Remove | 從 IList 移除特定物件之第一個符合的元素。 (繼承自 List<StorageAccountProperties>)。 | |
ICollection.SyncRoot | 取得可用來同步存取 ICollection 的物件。 (繼承自 List<StorageAccountProperties>)。 |
回頁首
執行緒安全
這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。
請參閱
參考
Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7 命名空間