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

PortalSignupSettings 构造函数

定义

重载

PortalSignupSettings()

初始化 PortalSignupSettings 类的新实例。

PortalSignupSettings(String, String, String, Nullable<Boolean>, TermsOfServiceProperties)

初始化 PortalSignupSettings 类的新实例。

PortalSignupSettings()

初始化 PortalSignupSettings 类的新实例。

public PortalSignupSettings ();
Public Sub New ()

适用于

PortalSignupSettings(String, String, String, Nullable<Boolean>, TermsOfServiceProperties)

初始化 PortalSignupSettings 类的新实例。

public PortalSignupSettings (string id = default, string name = default, string type = default, bool? enabled = default, Microsoft.Azure.Management.ApiManagement.Models.TermsOfServiceProperties termsOfService = default);
new Microsoft.Azure.Management.ApiManagement.Models.PortalSignupSettings : string * string * string * Nullable<bool> * Microsoft.Azure.Management.ApiManagement.Models.TermsOfServiceProperties -> Microsoft.Azure.Management.ApiManagement.Models.PortalSignupSettings
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing, Optional termsOfService As TermsOfServiceProperties = Nothing)

参数

id
String

资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

资源的名称

type
String

资源类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”

enabled
Nullable<Boolean>

允许用户在开发人员门户上注册。

termsOfService
TermsOfServiceProperties

服务合同属性的条款。

适用于