Apple Constructors
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.
Overloads
Apple() |
Initializes a new instance of the Apple class. |
Apple(Nullable<Boolean>, AppleRegistration, LoginScopes) |
Initializes a new instance of the Apple class. |
Apple()
Initializes a new instance of the Apple class.
public Apple ();
Public Sub New ()
Applies to
Apple(Nullable<Boolean>, AppleRegistration, LoginScopes)
Initializes a new instance of the Apple class.
public Apple (bool? enabled = default, Microsoft.Azure.Management.WebSites.Models.AppleRegistration registration = default, Microsoft.Azure.Management.WebSites.Models.LoginScopes login = default);
new Microsoft.Azure.Management.WebSites.Models.Apple : Nullable<bool> * Microsoft.Azure.Management.WebSites.Models.AppleRegistration * Microsoft.Azure.Management.WebSites.Models.LoginScopes -> Microsoft.Azure.Management.WebSites.Models.Apple
Public Sub New (Optional enabled As Nullable(Of Boolean) = Nothing, Optional registration As AppleRegistration = Nothing, Optional login As LoginScopes = Nothing)
Parameters
<code>false</code> if the Apple provider should not be enabled despite the set registration; otherwise, <code>true</code>.
- registration
- AppleRegistration
The configuration settings of the Apple registration.
- login
- LoginScopes
The configuration settings of the login flow.
Applies to
Azure SDK for .NET