你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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>