Udostępnij za pośrednictwem


ArmApiManagementModelFactory.ApiManagementPortalSignUpSettingData Method

Definition

Initializes a new instance of 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

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

isSignUpDeveloperPortalEnabled
Nullable<Boolean>

Allow users to sign up on a developer portal.

termsOfService
TermsOfServiceProperties

Terms of service contract properties.

Returns

A new ApiManagementPortalSignUpSettingData instance for mocking.

Applies to