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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET