Uses of Class
com.azure.resourcemanager.appcontainers.models.AzureCredentials
-
Packages that use AzureCredentials Package Description com.azure.resourcemanager.appcontainers.models 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 AzureCredentials Modifier and Type Method Description AzureCredentials
GithubActionConfiguration. azureCredentials()
Get the azureCredentials property: AzureCredentials configurations.AzureCredentials
AzureCredentials. withClientId(String clientId)
Set the clientId property: Client Id.AzureCredentials
AzureCredentials. withClientSecret(String clientSecret)
Set the clientSecret property: Client Secret.AzureCredentials
AzureCredentials. withSubscriptionId(String subscriptionId)
Set the subscriptionId property: Subscription Id.AzureCredentials
AzureCredentials. withTenantId(String tenantId)
Set the tenantId property: Tenant Id.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type AzureCredentials Modifier and Type Method Description GithubActionConfiguration
GithubActionConfiguration. withAzureCredentials(AzureCredentials azureCredentials)
Set the azureCredentials property: AzureCredentials configurations.
-