Uses of Class
com.azure.resourcemanager.appcontainers.models.AzureCredentials
Packages that use AzureCredentials
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of AzureCredentials in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return AzureCredentialsModifier and TypeMethodDescriptionGithubActionConfiguration.azureCredentials()
Get the azureCredentials property: AzureCredentials configurations.static AzureCredentials
AzureCredentials.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AzureCredentials from the JsonReader.AzureCredentials.withClientId
(String clientId) Set the clientId property: Client Id.AzureCredentials.withClientSecret
(String clientSecret) Set the clientSecret property: Client Secret.Set the kind property: Kind of auth github does for deploying the template.AzureCredentials.withSubscriptionId
(String subscriptionId) Set the subscriptionId property: Subscription Id.AzureCredentials.withTenantId
(String tenantId) Set the tenantId property: Tenant Id.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type AzureCredentialsModifier and TypeMethodDescriptionGithubActionConfiguration.withAzureCredentials
(AzureCredentials azureCredentials) Set the azureCredentials property: AzureCredentials configurations.