Class GitHubClientSecret
java.lang.Object
com.azure.resourcemanager.datafactory.models.GitHubClientSecret
Client secret information for factory's bring your own app repository configuration.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the byoaSecretAkvUrl property: Bring your own app client secret AKV URL.Get the byoaSecretName property: Bring your own app client secret name in AKV.void
validate()
Validates the instance.withByoaSecretAkvUrl
(String byoaSecretAkvUrl) Set the byoaSecretAkvUrl property: Bring your own app client secret AKV URL.withByoaSecretName
(String byoaSecretName) Set the byoaSecretName property: Bring your own app client secret name in AKV.
-
Constructor Details
-
GitHubClientSecret
public GitHubClientSecret()Creates an instance of GitHubClientSecret class.
-
-
Method Details
-
byoaSecretAkvUrl
Get the byoaSecretAkvUrl property: Bring your own app client secret AKV URL.- Returns:
- the byoaSecretAkvUrl value.
-
withByoaSecretAkvUrl
Set the byoaSecretAkvUrl property: Bring your own app client secret AKV URL.- Parameters:
byoaSecretAkvUrl
- the byoaSecretAkvUrl value to set.- Returns:
- the GitHubClientSecret object itself.
-
byoaSecretName
Get the byoaSecretName property: Bring your own app client secret name in AKV.- Returns:
- the byoaSecretName value.
-
withByoaSecretName
Set the byoaSecretName property: Bring your own app client secret name in AKV.- Parameters:
byoaSecretName
- the byoaSecretName value to set.- Returns:
- the GitHubClientSecret object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-