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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET