TableGetResults Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
TableGetResults() |
Initialise une nouvelle instance de la classe TableGetResults. |
TableGetResults(String, String, String, String, IDictionary<String,String>, TableGetPropertiesResource, TableGetPropertiesOptions) |
Initialise une nouvelle instance de la classe TableGetResults. |
TableGetResults()
Initialise une nouvelle instance de la classe TableGetResults.
public TableGetResults ();
Public Sub New ()
S’applique à
TableGetResults(String, String, String, String, IDictionary<String,String>, TableGetPropertiesResource, TableGetPropertiesOptions)
Initialise une nouvelle instance de la classe TableGetResults.
public TableGetResults (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.CosmosDB.Models.TableGetPropertiesResource resource = default, Microsoft.Azure.Management.CosmosDB.Models.TableGetPropertiesOptions options = default);
new Microsoft.Azure.Management.CosmosDB.Models.TableGetResults : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.CosmosDB.Models.TableGetPropertiesResource * Microsoft.Azure.Management.CosmosDB.Models.TableGetPropertiesOptions -> Microsoft.Azure.Management.CosmosDB.Models.TableGetResults
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional resource As TableGetPropertiesResource = Nothing, Optional options As TableGetPropertiesOptions = Nothing)
Paramètres
- id
- String
Identificateur de ressource unique de la ressource ARM.
- name
- String
Nom de la ressource ARM.
- type
- String
Type de ressource Azure.
- location
- String
Emplacement du groupe de ressources auquel appartient la ressource.
- tags
- IDictionary<String,String>
- resource
- TableGetPropertiesResource
- options
- TableGetPropertiesOptions
S’applique à
Azure SDK for .NET