PortalSignupSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sign-Up settings for a developer portal.
[Microsoft.Rest.Serialization.JsonTransformation]
public class PortalSignupSettings : Microsoft.Azure.Management.ApiManagement.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PortalSignupSettings = class
inherit Resource
Public Class PortalSignupSettings
Inherits Resource
- Inheritance
- Attributes
Constructors
PortalSignupSettings() |
Initializes a new instance of the PortalSignupSettings class. |
PortalSignupSettings(String, String, String, Nullable<Boolean>, TermsOfServiceProperties) |
Initializes a new instance of the PortalSignupSettings class. |
Properties
Enabled |
Gets or sets allow users to sign up on a developer portal. |
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
Name |
Gets the name of the resource (Inherited from Resource) |
TermsOfService |
Gets or sets terms of service contract properties. |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
Applies to
Azure SDK for .NET