Compartilhar via


ArmApiManagementModelFactory.ApiManagementPortalSignUpSettingData Método

Definição

Inicializa uma nova instância de ApiManagementPortalSignUpSettingData.

public static Azure.ResourceManager.ApiManagement.ApiManagementPortalSignUpSettingData ApiManagementPortalSignUpSettingData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, bool? isSignUpDeveloperPortalEnabled = default, Azure.ResourceManager.ApiManagement.Models.TermsOfServiceProperties termsOfService = default);
static member ApiManagementPortalSignUpSettingData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<bool> * Azure.ResourceManager.ApiManagement.Models.TermsOfServiceProperties -> Azure.ResourceManager.ApiManagement.ApiManagementPortalSignUpSettingData
Public Shared Function ApiManagementPortalSignUpSettingData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional isSignUpDeveloperPortalEnabled As Nullable(Of Boolean) = Nothing, Optional termsOfService As TermsOfServiceProperties = Nothing) As ApiManagementPortalSignUpSettingData

Parâmetros

name
String

O nome.

resourceType
ResourceType

O resourceType.

systemData
SystemData

O systemData.

isSignUpDeveloperPortalEnabled
Nullable<Boolean>

Permitir que os usuários se inscrevam em um portal do desenvolvedor.

termsOfService
TermsOfServiceProperties

Termos de propriedades do contrato de serviço.

Retornos

Uma nova ApiManagementPortalSignUpSettingData instância para simulação.

Aplica-se a