UserIdentityContract 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
UserIdentityContract() |
Initializes a new instance of the UserIdentityContract class. |
UserIdentityContract(String, String) |
Initializes a new instance of the UserIdentityContract class. |
UserIdentityContract()
Initializes a new instance of the UserIdentityContract class.
public UserIdentityContract ();
Public Sub New ()
Applies to
UserIdentityContract(String, String)
Initializes a new instance of the UserIdentityContract class.
public UserIdentityContract (string provider = default, string id = default);
new Microsoft.Azure.Management.ApiManagement.Models.UserIdentityContract : string * string -> Microsoft.Azure.Management.ApiManagement.Models.UserIdentityContract
Public Sub New (Optional provider As String = Nothing, Optional id As String = Nothing)
Parameters
- provider
- String
Identity provider name.
- id
- String
Identifier value within provider.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET