Share via


RelayClient.BeginCreateNamespace Method

Definition

public Microsoft.Azure.Commands.Relay.Models.RelayNamespaceAttributes BeginCreateNamespace (string resourceGroupName, string namespaceName, string location, System.Collections.Generic.Dictionary<string,string> tags);
member this.BeginCreateNamespace : string * string * string * System.Collections.Generic.Dictionary<string, string> -> Microsoft.Azure.Commands.Relay.Models.RelayNamespaceAttributes
Public Function BeginCreateNamespace (resourceGroupName As String, namespaceName As String, location As String, tags As Dictionary(Of String, String)) As RelayNamespaceAttributes

Parameters

resourceGroupName
String
namespaceName
String
location
String

Returns

Applies to