ServiceBusEnvironment.CreateServiceUri Méthode
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
CreateServiceUri(String, String, String) |
Construit l’URI Service Bus pour une application, à l’aide du schéma, de l’espace de noms de service et du chemin de service spécifiés. |
CreateServiceUri(String, String, String, Boolean) |
Construit l’URI Service Bus pour une application, à l’aide du schéma, de l’espace de noms de service, du chemin de service et du préfixe de chemin d’accès relayé spécifiés. |
CreateServiceUri(String, String, String)
Construit l’URI Service Bus pour une application, à l’aide du schéma, de l’espace de noms de service et du chemin de service spécifiés.
public static Uri CreateServiceUri (string scheme, string serviceNamespace, string servicePath);
static member CreateServiceUri : string * string * string -> Uri
Public Shared Function CreateServiceUri (scheme As String, serviceNamespace As String, servicePath As String) As Uri
Paramètres
- scheme
- String
Schéma de l'identificateur URI.
- serviceNamespace
- String
Espace de noms de service utilisé par l’application.
- servicePath
- String
Chemin du service qui suit la section du nom d’hôte de l’URI.
Retours
Retourne un Uri qui contient le nouvel URI.
S’applique à
CreateServiceUri(String, String, String, Boolean)
Construit l’URI Service Bus pour une application, à l’aide du schéma, de l’espace de noms de service, du chemin de service et du préfixe de chemin d’accès relayé spécifiés.
public static Uri CreateServiceUri (string scheme, string serviceNamespace, string servicePath, bool suppressRelayPathPrefix);
static member CreateServiceUri : string * string * string * bool -> Uri
Public Shared Function CreateServiceUri (scheme As String, serviceNamespace As String, servicePath As String, suppressRelayPathPrefix As Boolean) As Uri
Paramètres
- scheme
- String
Schéma de l'identificateur URI.
- serviceNamespace
- String
Espace de noms de service utilisé par l’application.
- servicePath
- String
Chemin du service qui suit la section du nom d’hôte de l’URI.
- suppressRelayPathPrefix
- Boolean
True si le préfixe de chemin de relais est supprimé ; sinon, false.
Retours
Retourne un Uri qui contient le nouvel URI.
S’applique à
Azure SDK for .NET