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

ProviderInner 构造函数

定义

重载

ProviderInner()

初始化 ProviderInner 类的新实例。

ProviderInner(String, String, String, String, IList<ProviderResourceTypeInner>)

初始化 ProviderInner 类的新实例。

ProviderInner()

初始化 ProviderInner 类的新实例。

public ProviderInner ();
Public Sub New ()

适用于

ProviderInner(String, String, String, String, IList<ProviderResourceTypeInner>)

初始化 ProviderInner 类的新实例。

public ProviderInner (string id = default, string namespaceProperty = default, string registrationState = default, string registrationPolicy = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.Models.ProviderResourceTypeInner> resourceTypes = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.ProviderInner : string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.Models.ProviderResourceTypeInner> -> Microsoft.Azure.Management.ResourceManager.Fluent.Models.ProviderInner
Public Sub New (Optional id As String = Nothing, Optional namespaceProperty As String = Nothing, Optional registrationState As String = Nothing, Optional registrationPolicy As String = Nothing, Optional resourceTypes As IList(Of ProviderResourceTypeInner) = Nothing)

参数

id
String

提供程序 ID。

namespaceProperty
String

资源提供程序的命名空间。

registrationState
String

资源提供程序的注册状态。

registrationPolicy
String

资源提供程序的注册策略。

resourceTypes
IList<ProviderResourceTypeInner>

提供程序资源类型的集合。

适用于