Sdílet prostřednictvím


AvailableOperations Konstruktory

Definice

Přetížení

AvailableOperations()

Inicializuje novou instanci AvailableOperations třídy.

AvailableOperations(IList<OperationDetail>, String)

Inicializuje novou instanci AvailableOperations třídy.

AvailableOperations()

Inicializuje novou instanci AvailableOperations třídy.

public AvailableOperations();
Public Sub New ()

Platí pro

AvailableOperations(IList<OperationDetail>, String)

Inicializuje novou instanci AvailableOperations třídy.

public AvailableOperations(System.Collections.Generic.IList<Microsoft.Azure.Management.AzureStackHCI.Models.OperationDetail> value = default, string nextLink = default);
new Microsoft.Azure.Management.AzureStackHCI.Models.AvailableOperations : System.Collections.Generic.IList<Microsoft.Azure.Management.AzureStackHCI.Models.OperationDetail> * string -> Microsoft.Azure.Management.AzureStackHCI.Models.AvailableOperations
Public Sub New (Optional value As IList(Of OperationDetail) = Nothing, Optional nextLink As String = Nothing)

Parametry

value
IList<OperationDetail>

Shromažďování dostupných podrobností o operacích

nextLink
String

Klient adresy URL by měl použít k načtení další stránky (na stránkování na straně serveru). Prozatím má hodnotu null, přidanou pro budoucí použití.

Platí pro