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
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