GitHubClientSecret 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
GitHubClientSecret() |
Initializes a new instance of the GitHubClientSecret class. |
GitHubClientSecret(String, String) |
Initializes a new instance of the GitHubClientSecret class. |
GitHubClientSecret()
Initializes a new instance of the GitHubClientSecret class.
public GitHubClientSecret();
Public Sub New ()
Applies to
GitHubClientSecret(String, String)
Initializes a new instance of the GitHubClientSecret class.
public GitHubClientSecret(string byoaSecretAkvUrl = default, string byoaSecretName = default);
new Microsoft.Azure.Management.DataFactory.Models.GitHubClientSecret : string * string -> Microsoft.Azure.Management.DataFactory.Models.GitHubClientSecret
Public Sub New (Optional byoaSecretAkvUrl As String = Nothing, Optional byoaSecretName As String = Nothing)
Parameters
- byoaSecretAkvUrl
- String
Bring your own app client secret AKV URL.
- byoaSecretName
- String
Bring your own app client secret name in AKV.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET