ResourceManagerClient.CreateClassicRegistry Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.Azure.Management.Internal.Resources.Models.DeploymentExtended CreateClassicRegistry (string resourceGroupName, string registryName, string location, bool? adminUserEnabled, System.Collections.Generic.IDictionary<string,string> tags = default);
member this.CreateClassicRegistry : string * string * string * Nullable<bool> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Internal.Resources.Models.DeploymentExtended
Public Function CreateClassicRegistry (resourceGroupName As String, registryName As String, location As String, adminUserEnabled As Nullable(Of Boolean), Optional tags As IDictionary(Of String, String) = Nothing) As DeploymentExtended
Parameters
- resourceGroupName
- String
- registryName
- String
- location
- String
- tags
- IDictionary<String,String>