AdmCredential 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
AdmCredential() | |
AdmCredential(String, String, String) |
AdmCredential()
public AdmCredential ();
Public Sub New ()
Applies to
AdmCredential(String, String, String)
public AdmCredential (string clientId = default, string clientSecret = default, string authTokenUrl = default);
new Microsoft.Azure.Management.NotificationHubs.Fluent.Models.AdmCredential : string * string * string -> Microsoft.Azure.Management.NotificationHubs.Fluent.Models.AdmCredential
Public Sub New (Optional clientId As String = Nothing, Optional clientSecret As String = Nothing, Optional authTokenUrl As String = Nothing)
Parameters
- clientId
- String
- clientSecret
- String
- authTokenUrl
- String
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET