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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET