次の方法で共有


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

サービス契約のプロパティ。

適用対象