Uses of Class
com.azure.resourcemanager.datafactory.models.GitHubClientSecret
-
Packages that use GitHubClientSecret Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of GitHubClientSecret in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return GitHubClientSecret Modifier and Type Method Description GitHubClientSecret
FactoryGitHubConfiguration. clientSecret()
Get the clientSecret property: GitHub bring your own app client secret information.GitHubClientSecret
GitHubAccessTokenRequest. gitHubClientSecret()
Get the gitHubClientSecret property: GitHub bring your own app client secret information.GitHubClientSecret
GitHubClientSecret. withByoaSecretAkvUrl(String byoaSecretAkvUrl)
Set the byoaSecretAkvUrl property: Bring your own app client secret AKV URL.GitHubClientSecret
GitHubClientSecret. withByoaSecretName(String byoaSecretName)
Set the byoaSecretName property: Bring your own app client secret name in AKV.Methods in com.azure.resourcemanager.datafactory.models with parameters of type GitHubClientSecret Modifier and Type Method Description FactoryGitHubConfiguration
FactoryGitHubConfiguration. withClientSecret(GitHubClientSecret clientSecret)
Set the clientSecret property: GitHub bring your own app client secret information.GitHubAccessTokenRequest
GitHubAccessTokenRequest. withGitHubClientSecret(GitHubClientSecret gitHubClientSecret)
Set the gitHubClientSecret property: GitHub bring your own app client secret information.
-