Partager via


ListTableServices Constructeurs

Définition

Surcharges

ListTableServices()

Initialise une nouvelle instance de la classe ListTableServices.

ListTableServices(IList<TableServiceProperties>)

Initialise une nouvelle instance de la classe ListTableServices.

ListTableServices()

Initialise une nouvelle instance de la classe ListTableServices.

public ListTableServices ();
Public Sub New ()

S’applique à

ListTableServices(IList<TableServiceProperties>)

Initialise une nouvelle instance de la classe ListTableServices.

public ListTableServices (System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.TableServiceProperties> value = default);
new Microsoft.Azure.Management.Storage.Models.ListTableServices : System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.TableServiceProperties> -> Microsoft.Azure.Management.Storage.Models.ListTableServices
Public Sub New (Optional value As IList(Of TableServiceProperties) = Nothing)

Paramètres

value
IList<TableServiceProperties>

Liste des services de table retournés.

S’applique à