Freigeben über


ArmApiManagementModelFactory.ApiManagementPortalSignUpSettingData Methode

Definition

Initialisiert eine neue instance von 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

Parameter

id
ResourceIdentifier

Die ID.

name
String

Der Name.

resourceType
ResourceType

Der resourceType.

systemData
SystemData

SystemDaten.

isSignUpDeveloperPortalEnabled
Nullable<Boolean>

Erlauben Sie Benutzern, sich bei einem Entwicklerportal zu registrieren.

termsOfService
TermsOfServiceProperties

Eigenschaften von Nutzungsbedingungenverträgen.

Gibt zurück

Eine neue ApiManagementPortalSignUpSettingData instance zum Mocking.

Gilt für: