Endpoints 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
Endpoints() |
Initialise une nouvelle instance de la classe Endpoints. |
Endpoints(String, String, String, String, String, String) |
Initialise une nouvelle instance de la classe Endpoints. |
Endpoints()
Initialise une nouvelle instance de la classe Endpoints.
public Endpoints ();
Public Sub New ()
S’applique à
Endpoints(String, String, String, String, String, String)
Initialise une nouvelle instance de la classe Endpoints.
public Endpoints (string blob = default, string queue = default, string table = default, string file = default, string web = default, string dfs = default);
new Microsoft.Azure.Management.Storage.Fluent.Models.Endpoints : string * string * string * string * string * string -> Microsoft.Azure.Management.Storage.Fluent.Models.Endpoints
Public Sub New (Optional blob As String = Nothing, Optional queue As String = Nothing, Optional table As String = Nothing, Optional file As String = Nothing, Optional web As String = Nothing, Optional dfs As String = Nothing)
Paramètres
- blob
- String
Obtient le point de terminaison d’objet blob.
- queue
- String
Obtient le point de terminaison de file d’attente.
- table
- String
Obtient le point de terminaison de la table.
- file
- String
Obtient le point de terminaison de fichier.
- web
- String
Obtient le point de terminaison web.
- dfs
- String
Obtient le point de terminaison dfs.
S’applique à
Azure SDK for .NET