LoadedPartitionInformationResultList Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
LoadedPartitionInformationResultList() |
Default constructor for LoadedPartitionInformationResultList. |
LoadedPartitionInformationResultList(IList<LoadedPartitionInformationResult>) |
Constructor for LoadedPartitionInformationResultList. |
LoadedPartitionInformationResultList()
Default constructor for LoadedPartitionInformationResultList.
public LoadedPartitionInformationResultList ();
Public Sub New ()
Applies to
LoadedPartitionInformationResultList(IList<LoadedPartitionInformationResult>)
Constructor for LoadedPartitionInformationResultList.
public LoadedPartitionInformationResultList (System.Collections.Generic.IList<System.Fabric.Query.LoadedPartitionInformationResult> list);
new System.Fabric.Query.LoadedPartitionInformationResultList : System.Collections.Generic.IList<System.Fabric.Query.LoadedPartitionInformationResult> -> System.Fabric.Query.LoadedPartitionInformationResultList
Public Sub New (list As IList(Of LoadedPartitionInformationResult))
Parameters
Sorted list of LoadedPartitionInformationResult.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET