Categorygithub.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appcontainers/armappcontainers/v3
modulepackage
3.1.0-beta.1
Repository: https://github.com/azure/azure-sdk-for-go.git
Documentation: pkg.go.dev

# README

Azure Container Apps Module for Go

PkgGoDev

The armappcontainers module provides operations for working with Azure Container Apps.

Source code

Getting started

Prerequisites

  • an Azure subscription
  • Go 1.18 or above (You could download and install the latest version of Go from here. It will replace the existing Go on your machine. If you want to install multiple Go versions on the same machine, you could refer this doc.)

Install the package

This project uses Go modules for versioning and dependency management.

Install the Azure Container Apps module:

go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appcontainers/armappcontainers/v3

Authorization

When creating a client, you will need to provide a credential for authenticating with Azure Container Apps. The azidentity module provides facilities for various ways of authenticating with Azure including client/secret, certificate, managed identity, and more.

cred, err := azidentity.NewDefaultAzureCredential(nil)

For more information on authentication, please see the documentation for azidentity at pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity.

Client Factory

Azure Container Apps module consists of one or more clients. We provide a client factory which could be used to create any client in this module.

clientFactory, err := armappcontainers.NewClientFactory(<subscription ID>, cred, nil)

You can use ClientOptions in package github.com/Azure/azure-sdk-for-go/sdk/azcore/arm to set endpoint to connect with public and sovereign clouds as well as Azure Stack. For more information, please see the documentation for azcore at pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azcore.

options := arm.ClientOptions {
    ClientOptions: azcore.ClientOptions {
        Cloud: cloud.AzureChina,
    },
}
clientFactory, err := armappcontainers.NewClientFactory(<subscription ID>, cred, &options)

Clients

A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.

client := clientFactory.NewAppResiliencyClient()

Fakes

The fake package contains types used for constructing in-memory fake servers used in unit tests. This allows writing tests to cover various success/error conditions without the need for connecting to a live service.

Please see https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/samples/fakes for details and examples on how to use fakes.

Provide Feedback

If you encounter bugs or have suggestions, please open an issue and assign the Container Apps label.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

# Packages

No description provided by the author

# Functions

NewAppResiliencyClient creates a new instance of AppResiliencyClient with the specified values.
NewAvailableWorkloadProfilesClient creates a new instance of AvailableWorkloadProfilesClient with the specified values.
NewBillingMetersClient creates a new instance of BillingMetersClient with the specified values.
NewBuildAuthTokenClient creates a new instance of BuildAuthTokenClient with the specified values.
NewBuildersClient creates a new instance of BuildersClient with the specified values.
NewBuildsByBuilderResourceClient creates a new instance of BuildsByBuilderResourceClient with the specified values.
NewBuildsClient creates a new instance of BuildsClient with the specified values.
NewCertificatesClient creates a new instance of CertificatesClient with the specified values.
NewClientFactory creates a new instance of ClientFactory with the specified values.
NewConnectedEnvironmentsCertificatesClient creates a new instance of ConnectedEnvironmentsCertificatesClient with the specified values.
NewConnectedEnvironmentsClient creates a new instance of ConnectedEnvironmentsClient with the specified values.
NewConnectedEnvironmentsDaprComponentsClient creates a new instance of ConnectedEnvironmentsDaprComponentsClient with the specified values.
NewConnectedEnvironmentsStoragesClient creates a new instance of ConnectedEnvironmentsStoragesClient with the specified values.
NewContainerAppsAPIClient creates a new instance of ContainerAppsAPIClient with the specified values.
NewContainerAppsAuthConfigsClient creates a new instance of ContainerAppsAuthConfigsClient with the specified values.
NewContainerAppsBuildsByContainerAppClient creates a new instance of ContainerAppsBuildsByContainerAppClient with the specified values.
NewContainerAppsBuildsClient creates a new instance of ContainerAppsBuildsClient with the specified values.
NewContainerAppsClient creates a new instance of ContainerAppsClient with the specified values.
NewContainerAppsDiagnosticsClient creates a new instance of ContainerAppsDiagnosticsClient with the specified values.
NewContainerAppsPatchesClient creates a new instance of ContainerAppsPatchesClient with the specified values.
NewContainerAppsRevisionReplicasClient creates a new instance of ContainerAppsRevisionReplicasClient with the specified values.
NewContainerAppsRevisionsClient creates a new instance of ContainerAppsRevisionsClient with the specified values.
NewContainerAppsSessionPoolsClient creates a new instance of ContainerAppsSessionPoolsClient with the specified values.
NewContainerAppsSourceControlsClient creates a new instance of ContainerAppsSourceControlsClient with the specified values.
NewDaprComponentResiliencyPoliciesClient creates a new instance of DaprComponentResiliencyPoliciesClient with the specified values.
NewDaprComponentsClient creates a new instance of DaprComponentsClient with the specified values.
NewDaprSubscriptionsClient creates a new instance of DaprSubscriptionsClient with the specified values.
NewDotNetComponentsClient creates a new instance of DotNetComponentsClient with the specified values.
NewFunctionsExtensionClient creates a new instance of FunctionsExtensionClient with the specified values.
NewJavaComponentsClient creates a new instance of JavaComponentsClient with the specified values.
NewJobsClient creates a new instance of JobsClient with the specified values.
NewJobsExecutionsClient creates a new instance of JobsExecutionsClient with the specified values.
NewLogicAppsClient creates a new instance of LogicAppsClient with the specified values.
NewManagedCertificatesClient creates a new instance of ManagedCertificatesClient with the specified values.
NewManagedEnvironmentDiagnosticsClient creates a new instance of ManagedEnvironmentDiagnosticsClient with the specified values.
NewManagedEnvironmentPrivateEndpointConnectionsClient creates a new instance of ManagedEnvironmentPrivateEndpointConnectionsClient with the specified values.
NewManagedEnvironmentPrivateLinkResourcesClient creates a new instance of ManagedEnvironmentPrivateLinkResourcesClient with the specified values.
NewManagedEnvironmentsClient creates a new instance of ManagedEnvironmentsClient with the specified values.
NewManagedEnvironmentsDiagnosticsClient creates a new instance of ManagedEnvironmentsDiagnosticsClient with the specified values.
NewManagedEnvironmentsStoragesClient creates a new instance of ManagedEnvironmentsStoragesClient with the specified values.
NewManagedEnvironmentUsagesClient creates a new instance of ManagedEnvironmentUsagesClient with the specified values.
NewNamespacesClient creates a new instance of NamespacesClient with the specified values.
NewOperationsClient creates a new instance of OperationsClient with the specified values.
NewUsagesClient creates a new instance of UsagesClient with the specified values.
PossibleAccessModeValues returns the possible values for the AccessMode const type.
PossibleActionValues returns the possible values for the Action const type.
PossibleActiveRevisionsModeValues returns the possible values for the ActiveRevisionsMode const type.
PossibleAffinityValues returns the possible values for the Affinity const type.
PossibleApplicabilityValues returns the possible values for the Applicability const type.
PossibleAppProtocolValues returns the possible values for the AppProtocol const type.
PossibleBindingTypeValues returns the possible values for the BindingType const type.
PossibleBuilderProvisioningStateValues returns the possible values for the BuilderProvisioningState const type.
PossibleBuildProvisioningStateValues returns the possible values for the BuildProvisioningState const type.
PossibleBuildStatusValues returns the possible values for the BuildStatus const type.
PossibleCertificateProvisioningStateValues returns the possible values for the CertificateProvisioningState const type.
PossibleCertificateTypeValues returns the possible values for the CertificateType const type.
PossibleCheckNameAvailabilityReasonValues returns the possible values for the CheckNameAvailabilityReason const type.
PossibleConnectedEnvironmentProvisioningStateValues returns the possible values for the ConnectedEnvironmentProvisioningState const type.
PossibleContainerAppContainerRunningStateValues returns the possible values for the ContainerAppContainerRunningState const type.
PossibleContainerAppProvisioningStateValues returns the possible values for the ContainerAppProvisioningState const type.
PossibleContainerAppReplicaRunningStateValues returns the possible values for the ContainerAppReplicaRunningState const type.
PossibleContainerTypeValues returns the possible values for the ContainerType const type.
PossibleCookieExpirationConventionValues returns the possible values for the CookieExpirationConvention const type.
PossibleCreatedByTypeValues returns the possible values for the CreatedByType const type.
PossibleDetectionStatusValues returns the possible values for the DetectionStatus const type.
PossibleDNSVerificationTestResultValues returns the possible values for the DNSVerificationTestResult const type.
PossibleDotNetComponentProvisioningStateValues returns the possible values for the DotNetComponentProvisioningState const type.
PossibleDotNetComponentTypeValues returns the possible values for the DotNetComponentType const type.
PossibleEnvironmentProvisioningStateValues returns the possible values for the EnvironmentProvisioningState const type.
PossibleExecutionTypeValues returns the possible values for the ExecutionType const type.
PossibleExtendedLocationTypesValues returns the possible values for the ExtendedLocationTypes const type.
PossibleForwardProxyConventionValues returns the possible values for the ForwardProxyConvention const type.
PossibleIdentitySettingsLifeCycleValues returns the possible values for the IdentitySettingsLifeCycle const type.
PossibleImageTypeValues returns the possible values for the ImageType const type.
PossibleIngressClientCertificateModeValues returns the possible values for the IngressClientCertificateMode const type.
PossibleIngressTargetPortHTTPSchemeValues returns the possible values for the IngressTargetPortHTTPScheme const type.
PossibleIngressTransportMethodValues returns the possible values for the IngressTransportMethod const type.
PossibleJavaComponentProvisioningStateValues returns the possible values for the JavaComponentProvisioningState const type.
PossibleJavaComponentTypeValues returns the possible values for the JavaComponentType const type.
PossibleJobExecutionRunningStateValues returns the possible values for the JobExecutionRunningState const type.
PossibleJobProvisioningStateValues returns the possible values for the JobProvisioningState const type.
PossibleJobRunningStateValues returns the possible values for the JobRunningState const type.
PossibleKindValues returns the possible values for the Kind const type.
PossibleLevelValues returns the possible values for the Level const type.
PossibleLogicAppsProxyMethodValues returns the possible values for the LogicAppsProxyMethod const type.
PossibleLogLevelValues returns the possible values for the LogLevel const type.
PossibleManagedCertificateDomainControlValidationValues returns the possible values for the ManagedCertificateDomainControlValidation const type.
PossibleManagedServiceIdentityTypeValues returns the possible values for the ManagedServiceIdentityType const type.
PossiblePatchApplyStatusValues returns the possible values for the PatchApplyStatus const type.
PossiblePatchingModeValues returns the possible values for the PatchingMode const type.
PossiblePatchTypeValues returns the possible values for the PatchType const type.
PossiblePoolManagementTypeValues returns the possible values for the PoolManagementType const type.
PossiblePrivateEndpointConnectionProvisioningStateValues returns the possible values for the PrivateEndpointConnectionProvisioningState const type.
PossiblePrivateEndpointServiceConnectionStatusValues returns the possible values for the PrivateEndpointServiceConnectionStatus const type.
PossiblePublicNetworkAccessValues returns the possible values for the PublicNetworkAccess const type.
PossibleRevisionHealthStateValues returns the possible values for the RevisionHealthState const type.
PossibleRevisionProvisioningStateValues returns the possible values for the RevisionProvisioningState const type.
PossibleRevisionRunningStateValues returns the possible values for the RevisionRunningState const type.
PossibleSchemeValues returns the possible values for the Scheme const type.
PossibleSessionNetworkStatusValues returns the possible values for the SessionNetworkStatus const type.
PossibleSessionPoolProvisioningStateValues returns the possible values for the SessionPoolProvisioningState const type.
PossibleSourceControlOperationStateValues returns the possible values for the SourceControlOperationState const type.
PossibleStorageTypeValues returns the possible values for the StorageType const type.
PossibleTriggerTypeValues returns the possible values for the TriggerType const type.
PossibleTypeValues returns the possible values for the Type const type.
PossibleUnauthenticatedClientActionV2Values returns the possible values for the UnauthenticatedClientActionV2 const type.
PossibleWorkflowHealthStateValues returns the possible values for the WorkflowHealthState const type.
PossibleWorkflowStateValues returns the possible values for the WorkflowState const type.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

AllowedAudiencesValidation - The configuration settings of the Allowed Audiences validation flow.
AllowedPrincipals - The configuration settings of the Azure Active Directory allowed principals.
AppInsightsConfiguration - Configuration of Application Insights.
Apple - The configuration settings of the Apple provider.
AppleRegistration - The configuration settings of the registration for the Apple provider.
AppLogsConfiguration - Configuration of application logs.
AppRegistration - The configuration settings of the app registration for providers that have app ids and app secrets.
AppResiliency - Configuration to setup App Resiliency.
AppResiliencyClient contains the methods for the AppResiliency group.
AppResiliencyClientCreateOrUpdateOptions contains the optional parameters for the AppResiliencyClient.CreateOrUpdate method.
AppResiliencyClientCreateOrUpdateResponse contains the response from method AppResiliencyClient.CreateOrUpdate.
AppResiliencyClientDeleteOptions contains the optional parameters for the AppResiliencyClient.Delete method.
AppResiliencyClientDeleteResponse contains the response from method AppResiliencyClient.Delete.
AppResiliencyClientGetOptions contains the optional parameters for the AppResiliencyClient.Get method.
AppResiliencyClientGetResponse contains the response from method AppResiliencyClient.Get.
AppResiliencyClientListOptions contains the optional parameters for the AppResiliencyClient.NewListPager method.
AppResiliencyClientListResponse contains the response from method AppResiliencyClient.NewListPager.
AppResiliencyClientUpdateOptions contains the optional parameters for the AppResiliencyClient.Update method.
AppResiliencyClientUpdateResponse contains the response from method AppResiliencyClient.Update.
AppResiliencyCollection - Collection of AppResiliency policies.
AppResiliencyProperties - App Resiliency resource specific properties.
AuthConfig - Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature.
AuthConfigCollection - AuthConfig collection ARM resource.
AuthConfigProperties - AuthConfig resource specific properties.
AuthPlatform - The configuration settings of the platform of ContainerApp Service Authentication/Authorization.
AvailableOperations - Available operations of the service.
AvailableWorkloadProfile - A workload profile with specific hardware configure to run container apps.
AvailableWorkloadProfileProperties - Revision resource specific properties.
AvailableWorkloadProfilesClient contains the methods for the AvailableWorkloadProfiles group.
AvailableWorkloadProfilesClientGetOptions contains the optional parameters for the AvailableWorkloadProfilesClient.NewGetPager method.
AvailableWorkloadProfilesClientGetResponse contains the response from method AvailableWorkloadProfilesClient.NewGetPager.
AvailableWorkloadProfilesCollection - Collection of available workload profiles in the location.
AzureActiveDirectory - The configuration settings of the Azure Active directory provider.
AzureActiveDirectoryLogin - The configuration settings of the Azure Active Directory login flow.
AzureActiveDirectoryRegistration - The configuration settings of the Azure Active Directory app registration.
AzureActiveDirectoryValidation - The configuration settings of the Azure Active Directory token validation flow.
AzureCredentials - Container App credentials.
AzureFileProperties - Azure File Properties.
AzureStaticWebApps - The configuration settings of the Azure Static Web Apps provider.
AzureStaticWebAppsRegistration - The configuration settings of the registration for the Azure Static Web Apps provider.
BaseContainer - Container App base container definition.
BillingMeter - Billing meter.
BillingMeterCollection - Collection of billing meters.
BillingMeterProperties - Revision resource specific properties.
BillingMetersClient contains the methods for the BillingMeters group.
BillingMetersClientGetOptions contains the optional parameters for the BillingMetersClient.Get method.
BillingMetersClientGetResponse contains the response from method BillingMetersClient.Get.
BlobStorageTokenStore - The configuration settings of the storage of the tokens if blob storage is used.
BuildAuthTokenClient contains the methods for the BuildAuthToken group.
BuildAuthTokenClientListOptions contains the optional parameters for the BuildAuthTokenClient.List method.
BuildAuthTokenClientListResponse contains the response from method BuildAuthTokenClient.List.
BuildCollection - The response of a BuildResource list operation.
BuildConfiguration - Configuration of the build.
BuilderCollection - The response of a BuilderResource list operation.
BuilderProperties - The builder properties.
BuilderResource - Information about the SourceToCloud builder resource.
BuilderResourceUpdate - The type used for update operations of the BuilderResource.
BuilderResourceUpdateProperties - The updatable properties of the BuilderResource.
BuildersClient contains the methods for the Builders group.
BuildersClientBeginCreateOrUpdateOptions contains the optional parameters for the BuildersClient.BeginCreateOrUpdate method.
BuildersClientBeginDeleteOptions contains the optional parameters for the BuildersClient.BeginDelete method.
BuildersClientBeginUpdateOptions contains the optional parameters for the BuildersClient.BeginUpdate method.
BuildersClientCreateOrUpdateResponse contains the response from method BuildersClient.BeginCreateOrUpdate.
BuildersClientDeleteResponse contains the response from method BuildersClient.BeginDelete.
BuildersClientGetOptions contains the optional parameters for the BuildersClient.Get method.
BuildersClientGetResponse contains the response from method BuildersClient.Get.
BuildersClientListByResourceGroupOptions contains the optional parameters for the BuildersClient.NewListByResourceGroupPager method.
BuildersClientListByResourceGroupResponse contains the response from method BuildersClient.NewListByResourceGroupPager.
BuildersClientListBySubscriptionOptions contains the optional parameters for the BuildersClient.NewListBySubscriptionPager method.
BuildersClientListBySubscriptionResponse contains the response from method BuildersClient.NewListBySubscriptionPager.
BuildersClientUpdateResponse contains the response from method BuildersClient.BeginUpdate.
BuildProperties - The build properties.
BuildResource - Information pertaining to an individual build.
BuildsByBuilderResourceClient contains the methods for the BuildsByBuilderResource group.
BuildsByBuilderResourceClientListOptions contains the optional parameters for the BuildsByBuilderResourceClient.NewListPager method.
BuildsByBuilderResourceClientListResponse contains the response from method BuildsByBuilderResourceClient.NewListPager.
BuildsClient contains the methods for the Builds group.
BuildsClientBeginCreateOrUpdateOptions contains the optional parameters for the BuildsClient.BeginCreateOrUpdate method.
BuildsClientBeginDeleteOptions contains the optional parameters for the BuildsClient.BeginDelete method.
BuildsClientCreateOrUpdateResponse contains the response from method BuildsClient.BeginCreateOrUpdate.
BuildsClientDeleteResponse contains the response from method BuildsClient.BeginDelete.
BuildsClientGetOptions contains the optional parameters for the BuildsClient.Get method.
BuildsClientGetResponse contains the response from method BuildsClient.Get.
BuildToken - Build Auth Token.
Certificate used for Custom Domain bindings of Container Apps in a Managed Environment.
CertificateCollection - Collection of Certificates.
CertificateKeyVaultProperties - Properties for a certificate stored in a Key Vault.
CertificatePatch - A certificate to update.
CertificateProperties - Certificate resource specific properties.
CertificatesClient contains the methods for the Certificates group.
CertificatesClientCreateOrUpdateOptions contains the optional parameters for the CertificatesClient.CreateOrUpdate method.
CertificatesClientCreateOrUpdateResponse contains the response from method CertificatesClient.CreateOrUpdate.
CertificatesClientDeleteOptions contains the optional parameters for the CertificatesClient.Delete method.
CertificatesClientDeleteResponse contains the response from method CertificatesClient.Delete.
CertificatesClientGetOptions contains the optional parameters for the CertificatesClient.Get method.
CertificatesClientGetResponse contains the response from method CertificatesClient.Get.
CertificatesClientListOptions contains the optional parameters for the CertificatesClient.NewListPager method.
CertificatesClientListResponse contains the response from method CertificatesClient.NewListPager.
CertificatesClientUpdateOptions contains the optional parameters for the CertificatesClient.Update method.
CertificatesClientUpdateResponse contains the response from method CertificatesClient.Update.
CheckNameAvailabilityRequest - The check availability request body.
CheckNameAvailabilityResponse - The check availability result.
CircuitBreakerPolicy - Policy that defines circuit breaker conditions.
ClientFactory is a client factory used to create any client in this module.
ClientRegistration - The configuration settings of the app registration for providers that have client ids and client secrets.
Configuration - Non versioned Container App configuration properties that define the mutable settings of a Container app.
ConnectedEnvironment - An environment for Kubernetes cluster specialized for web workloads by Azure App Service.
ConnectedEnvironmentCollection - Collection of connectedEnvironments.
ConnectedEnvironmentProperties - ConnectedEnvironment resource specific properties.
ConnectedEnvironmentsCertificatesClient contains the methods for the ConnectedEnvironmentsCertificates group.
ConnectedEnvironmentsCertificatesClientCreateOrUpdateOptions contains the optional parameters for the ConnectedEnvironmentsCertificatesClient.CreateOrUpdate method.
ConnectedEnvironmentsCertificatesClientCreateOrUpdateResponse contains the response from method ConnectedEnvironmentsCertificatesClient.CreateOrUpdate.
ConnectedEnvironmentsCertificatesClientDeleteOptions contains the optional parameters for the ConnectedEnvironmentsCertificatesClient.Delete method.
ConnectedEnvironmentsCertificatesClientDeleteResponse contains the response from method ConnectedEnvironmentsCertificatesClient.Delete.
ConnectedEnvironmentsCertificatesClientGetOptions contains the optional parameters for the ConnectedEnvironmentsCertificatesClient.Get method.
ConnectedEnvironmentsCertificatesClientGetResponse contains the response from method ConnectedEnvironmentsCertificatesClient.Get.
ConnectedEnvironmentsCertificatesClientListOptions contains the optional parameters for the ConnectedEnvironmentsCertificatesClient.NewListPager method.
ConnectedEnvironmentsCertificatesClientListResponse contains the response from method ConnectedEnvironmentsCertificatesClient.NewListPager.
ConnectedEnvironmentsCertificatesClientUpdateOptions contains the optional parameters for the ConnectedEnvironmentsCertificatesClient.Update method.
ConnectedEnvironmentsCertificatesClientUpdateResponse contains the response from method ConnectedEnvironmentsCertificatesClient.Update.
ConnectedEnvironmentsClient contains the methods for the ConnectedEnvironments group.
ConnectedEnvironmentsClientBeginCreateOrUpdateOptions contains the optional parameters for the ConnectedEnvironmentsClient.BeginCreateOrUpdate method.
ConnectedEnvironmentsClientBeginDeleteOptions contains the optional parameters for the ConnectedEnvironmentsClient.BeginDelete method.
ConnectedEnvironmentsClientCheckNameAvailabilityOptions contains the optional parameters for the ConnectedEnvironmentsClient.CheckNameAvailability method.
ConnectedEnvironmentsClientCheckNameAvailabilityResponse contains the response from method ConnectedEnvironmentsClient.CheckNameAvailability.
ConnectedEnvironmentsClientCreateOrUpdateResponse contains the response from method ConnectedEnvironmentsClient.BeginCreateOrUpdate.
ConnectedEnvironmentsClientDeleteResponse contains the response from method ConnectedEnvironmentsClient.BeginDelete.
ConnectedEnvironmentsClientGetOptions contains the optional parameters for the ConnectedEnvironmentsClient.Get method.
ConnectedEnvironmentsClientGetResponse contains the response from method ConnectedEnvironmentsClient.Get.
ConnectedEnvironmentsClientListByResourceGroupOptions contains the optional parameters for the ConnectedEnvironmentsClient.NewListByResourceGroupPager method.
ConnectedEnvironmentsClientListByResourceGroupResponse contains the response from method ConnectedEnvironmentsClient.NewListByResourceGroupPager.
ConnectedEnvironmentsClientListBySubscriptionOptions contains the optional parameters for the ConnectedEnvironmentsClient.NewListBySubscriptionPager method.
ConnectedEnvironmentsClientListBySubscriptionResponse contains the response from method ConnectedEnvironmentsClient.NewListBySubscriptionPager.
ConnectedEnvironmentsClientUpdateOptions contains the optional parameters for the ConnectedEnvironmentsClient.Update method.
ConnectedEnvironmentsClientUpdateResponse contains the response from method ConnectedEnvironmentsClient.Update.
ConnectedEnvironmentsDaprComponentsClient contains the methods for the ConnectedEnvironmentsDaprComponents group.
ConnectedEnvironmentsDaprComponentsClientCreateOrUpdateOptions contains the optional parameters for the ConnectedEnvironmentsDaprComponentsClient.CreateOrUpdate method.
ConnectedEnvironmentsDaprComponentsClientCreateOrUpdateResponse contains the response from method ConnectedEnvironmentsDaprComponentsClient.CreateOrUpdate.
ConnectedEnvironmentsDaprComponentsClientDeleteOptions contains the optional parameters for the ConnectedEnvironmentsDaprComponentsClient.Delete method.
ConnectedEnvironmentsDaprComponentsClientDeleteResponse contains the response from method ConnectedEnvironmentsDaprComponentsClient.Delete.
ConnectedEnvironmentsDaprComponentsClientGetOptions contains the optional parameters for the ConnectedEnvironmentsDaprComponentsClient.Get method.
ConnectedEnvironmentsDaprComponentsClientGetResponse contains the response from method ConnectedEnvironmentsDaprComponentsClient.Get.
ConnectedEnvironmentsDaprComponentsClientListOptions contains the optional parameters for the ConnectedEnvironmentsDaprComponentsClient.NewListPager method.
ConnectedEnvironmentsDaprComponentsClientListResponse contains the response from method ConnectedEnvironmentsDaprComponentsClient.NewListPager.
ConnectedEnvironmentsDaprComponentsClientListSecretsOptions contains the optional parameters for the ConnectedEnvironmentsDaprComponentsClient.ListSecrets method.
ConnectedEnvironmentsDaprComponentsClientListSecretsResponse contains the response from method ConnectedEnvironmentsDaprComponentsClient.ListSecrets.
ConnectedEnvironmentsStoragesClient contains the methods for the ConnectedEnvironmentsStorages group.
ConnectedEnvironmentsStoragesClientCreateOrUpdateOptions contains the optional parameters for the ConnectedEnvironmentsStoragesClient.CreateOrUpdate method.
ConnectedEnvironmentsStoragesClientCreateOrUpdateResponse contains the response from method ConnectedEnvironmentsStoragesClient.CreateOrUpdate.
ConnectedEnvironmentsStoragesClientDeleteOptions contains the optional parameters for the ConnectedEnvironmentsStoragesClient.Delete method.
ConnectedEnvironmentsStoragesClientDeleteResponse contains the response from method ConnectedEnvironmentsStoragesClient.Delete.
ConnectedEnvironmentsStoragesClientGetOptions contains the optional parameters for the ConnectedEnvironmentsStoragesClient.Get method.
ConnectedEnvironmentsStoragesClientGetResponse contains the response from method ConnectedEnvironmentsStoragesClient.Get.
ConnectedEnvironmentsStoragesClientListOptions contains the optional parameters for the ConnectedEnvironmentsStoragesClient.List method.
ConnectedEnvironmentsStoragesClientListResponse contains the response from method ConnectedEnvironmentsStoragesClient.List.
ConnectedEnvironmentStorage - Storage resource for connectedEnvironment.
ConnectedEnvironmentStorageProperties - Storage properties.
ConnectedEnvironmentStoragesCollection - Collection of Storage for Environments.
Container App container definition.
ContainerApp - Container App.
ContainerAppAuthToken - Container App Auth Token.
ContainerAppAuthTokenProperties - Container App auth token resource specific properties.
ContainerAppCollection - Container App collection ARM resource.
ContainerAppJobExecutions - Container App executions collection ARM resource.
ContainerAppProbe - Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.
ContainerAppProbeHTTPGet - HTTPGet specifies the http request to perform.
ContainerAppProbeHTTPGetHTTPHeadersItem - HTTPHeader describes a custom header to be used in HTTP probes.
ContainerAppProbeTCPSocket - TCPSocket specifies an action involving a TCP port.
ContainerAppProperties - ContainerApp resource specific properties.
ContainerAppPropertiesPatchingConfiguration - Container App auto patch configuration.
ContainerAppsAPIClient contains the methods for the ContainerAppsAPIClient group.
ContainerAppsAPIClientGetCustomDomainVerificationIDOptions contains the optional parameters for the ContainerAppsAPIClient.GetCustomDomainVerificationID method.
ContainerAppsAPIClientGetCustomDomainVerificationIDResponse contains the response from method ContainerAppsAPIClient.GetCustomDomainVerificationID.
ContainerAppsAPIClientJobExecutionOptions contains the optional parameters for the ContainerAppsAPIClient.JobExecution method.
ContainerAppsAPIClientJobExecutionResponse contains the response from method ContainerAppsAPIClient.JobExecution.
ContainerAppsAuthConfigsClient contains the methods for the ContainerAppsAuthConfigs group.
ContainerAppsAuthConfigsClientCreateOrUpdateOptions contains the optional parameters for the ContainerAppsAuthConfigsClient.CreateOrUpdate method.
ContainerAppsAuthConfigsClientCreateOrUpdateResponse contains the response from method ContainerAppsAuthConfigsClient.CreateOrUpdate.
ContainerAppsAuthConfigsClientDeleteOptions contains the optional parameters for the ContainerAppsAuthConfigsClient.Delete method.
ContainerAppsAuthConfigsClientDeleteResponse contains the response from method ContainerAppsAuthConfigsClient.Delete.
ContainerAppsAuthConfigsClientGetOptions contains the optional parameters for the ContainerAppsAuthConfigsClient.Get method.
ContainerAppsAuthConfigsClientGetResponse contains the response from method ContainerAppsAuthConfigsClient.Get.
ContainerAppsAuthConfigsClientListByContainerAppOptions contains the optional parameters for the ContainerAppsAuthConfigsClient.NewListByContainerAppPager method.
ContainerAppsAuthConfigsClientListByContainerAppResponse contains the response from method ContainerAppsAuthConfigsClient.NewListByContainerAppPager.
ContainerAppsBuildCollection - The response of a Container Apps Build Resource list operation.
ContainerAppsBuildConfiguration - Configuration of the build.
ContainerAppsBuildProperties - The ContainerAppBuild properties.
ContainerAppsBuildResource - Information pertaining to an individual build.
ContainerAppsBuildsByContainerAppClient contains the methods for the ContainerAppsBuildsByContainerApp group.
ContainerAppsBuildsByContainerAppClientListOptions contains the optional parameters for the ContainerAppsBuildsByContainerAppClient.NewListPager method.
ContainerAppsBuildsByContainerAppClientListResponse contains the response from method ContainerAppsBuildsByContainerAppClient.NewListPager.
ContainerAppsBuildsClient contains the methods for the ContainerAppsBuilds group.
ContainerAppsBuildsClientBeginDeleteOptions contains the optional parameters for the ContainerAppsBuildsClient.BeginDelete method.
ContainerAppsBuildsClientDeleteResponse contains the response from method ContainerAppsBuildsClient.BeginDelete.
ContainerAppsBuildsClientGetOptions contains the optional parameters for the ContainerAppsBuildsClient.Get method.
ContainerAppsBuildsClientGetResponse contains the response from method ContainerAppsBuildsClient.Get.
ContainerAppsClient contains the methods for the ContainerApps group.
ContainerAppsClientBeginCreateOrUpdateOptions contains the optional parameters for the ContainerAppsClient.BeginCreateOrUpdate method.
ContainerAppsClientBeginDeleteOptions contains the optional parameters for the ContainerAppsClient.BeginDelete method.
ContainerAppsClientBeginStartOptions contains the optional parameters for the ContainerAppsClient.BeginStart method.
ContainerAppsClientBeginStopOptions contains the optional parameters for the ContainerAppsClient.BeginStop method.
ContainerAppsClientBeginUpdateOptions contains the optional parameters for the ContainerAppsClient.BeginUpdate method.
ContainerAppsClientCreateOrUpdateResponse contains the response from method ContainerAppsClient.BeginCreateOrUpdate.
ContainerAppsClientDeleteResponse contains the response from method ContainerAppsClient.BeginDelete.
ContainerAppsClientGetAuthTokenOptions contains the optional parameters for the ContainerAppsClient.GetAuthToken method.
ContainerAppsClientGetAuthTokenResponse contains the response from method ContainerAppsClient.GetAuthToken.
ContainerAppsClientGetOptions contains the optional parameters for the ContainerAppsClient.Get method.
ContainerAppsClientGetResponse contains the response from method ContainerAppsClient.Get.
ContainerAppsClientListByResourceGroupOptions contains the optional parameters for the ContainerAppsClient.NewListByResourceGroupPager method.
ContainerAppsClientListByResourceGroupResponse contains the response from method ContainerAppsClient.NewListByResourceGroupPager.
ContainerAppsClientListBySubscriptionOptions contains the optional parameters for the ContainerAppsClient.NewListBySubscriptionPager method.
ContainerAppsClientListBySubscriptionResponse contains the response from method ContainerAppsClient.NewListBySubscriptionPager.
ContainerAppsClientListCustomHostNameAnalysisOptions contains the optional parameters for the ContainerAppsClient.ListCustomHostNameAnalysis method.
ContainerAppsClientListCustomHostNameAnalysisResponse contains the response from method ContainerAppsClient.ListCustomHostNameAnalysis.
ContainerAppsClientListSecretsOptions contains the optional parameters for the ContainerAppsClient.ListSecrets method.
ContainerAppsClientListSecretsResponse contains the response from method ContainerAppsClient.ListSecrets.
ContainerAppsClientStartResponse contains the response from method ContainerAppsClient.BeginStart.
ContainerAppsClientStopResponse contains the response from method ContainerAppsClient.BeginStop.
ContainerAppsClientUpdateResponse contains the response from method ContainerAppsClient.BeginUpdate.
ContainerAppsDiagnosticsClient contains the methods for the ContainerAppsDiagnostics group.
ContainerAppsDiagnosticsClientGetDetectorOptions contains the optional parameters for the ContainerAppsDiagnosticsClient.GetDetector method.
ContainerAppsDiagnosticsClientGetDetectorResponse contains the response from method ContainerAppsDiagnosticsClient.GetDetector.
ContainerAppsDiagnosticsClientGetRevisionOptions contains the optional parameters for the ContainerAppsDiagnosticsClient.GetRevision method.
ContainerAppsDiagnosticsClientGetRevisionResponse contains the response from method ContainerAppsDiagnosticsClient.GetRevision.
ContainerAppsDiagnosticsClientGetRootOptions contains the optional parameters for the ContainerAppsDiagnosticsClient.GetRoot method.
ContainerAppsDiagnosticsClientGetRootResponse contains the response from method ContainerAppsDiagnosticsClient.GetRoot.
ContainerAppsDiagnosticsClientListDetectorsOptions contains the optional parameters for the ContainerAppsDiagnosticsClient.NewListDetectorsPager method.
ContainerAppsDiagnosticsClientListDetectorsResponse contains the response from method ContainerAppsDiagnosticsClient.NewListDetectorsPager.
ContainerAppsDiagnosticsClientListRevisionsOptions contains the optional parameters for the ContainerAppsDiagnosticsClient.NewListRevisionsPager method.
ContainerAppsDiagnosticsClientListRevisionsResponse contains the response from method ContainerAppsDiagnosticsClient.NewListRevisionsPager.
ContainerAppSecret - Container App Secret.
ContainerAppsPatchesClient contains the methods for the ContainerAppsPatches group.
ContainerAppsPatchesClientApplyResponse contains the response from method ContainerAppsPatchesClient.BeginApply.
ContainerAppsPatchesClientBeginApplyOptions contains the optional parameters for the ContainerAppsPatchesClient.BeginApply method.
ContainerAppsPatchesClientBeginDeleteOptions contains the optional parameters for the ContainerAppsPatchesClient.BeginDelete method.
ContainerAppsPatchesClientBeginSkipConfigureOptions contains the optional parameters for the ContainerAppsPatchesClient.BeginSkipConfigure method.
ContainerAppsPatchesClientDeleteResponse contains the response from method ContainerAppsPatchesClient.BeginDelete.
ContainerAppsPatchesClientGetOptions contains the optional parameters for the ContainerAppsPatchesClient.Get method.
ContainerAppsPatchesClientGetResponse contains the response from method ContainerAppsPatchesClient.Get.
ContainerAppsPatchesClientListByContainerAppOptions contains the optional parameters for the ContainerAppsPatchesClient.NewListByContainerAppPager method.
ContainerAppsPatchesClientListByContainerAppResponse contains the response from method ContainerAppsPatchesClient.NewListByContainerAppPager.
ContainerAppsPatchesClientSkipConfigureResponse contains the response from method ContainerAppsPatchesClient.BeginSkipConfigure.
ContainerAppsPatchResource - Container App Patch.
ContainerAppsRevisionReplicasClient contains the methods for the ContainerAppsRevisionReplicas group.
ContainerAppsRevisionReplicasClientGetReplicaOptions contains the optional parameters for the ContainerAppsRevisionReplicasClient.GetReplica method.
ContainerAppsRevisionReplicasClientGetReplicaResponse contains the response from method ContainerAppsRevisionReplicasClient.GetReplica.
ContainerAppsRevisionReplicasClientListReplicasOptions contains the optional parameters for the ContainerAppsRevisionReplicasClient.ListReplicas method.
ContainerAppsRevisionReplicasClientListReplicasResponse contains the response from method ContainerAppsRevisionReplicasClient.ListReplicas.
ContainerAppsRevisionsClient contains the methods for the ContainerAppsRevisions group.
ContainerAppsRevisionsClientActivateRevisionOptions contains the optional parameters for the ContainerAppsRevisionsClient.ActivateRevision method.
ContainerAppsRevisionsClientActivateRevisionResponse contains the response from method ContainerAppsRevisionsClient.ActivateRevision.
ContainerAppsRevisionsClientDeactivateRevisionOptions contains the optional parameters for the ContainerAppsRevisionsClient.DeactivateRevision method.
ContainerAppsRevisionsClientDeactivateRevisionResponse contains the response from method ContainerAppsRevisionsClient.DeactivateRevision.
ContainerAppsRevisionsClientGetRevisionOptions contains the optional parameters for the ContainerAppsRevisionsClient.GetRevision method.
ContainerAppsRevisionsClientGetRevisionResponse contains the response from method ContainerAppsRevisionsClient.GetRevision.
ContainerAppsRevisionsClientListRevisionsOptions contains the optional parameters for the ContainerAppsRevisionsClient.NewListRevisionsPager method.
ContainerAppsRevisionsClientListRevisionsResponse contains the response from method ContainerAppsRevisionsClient.NewListRevisionsPager.
ContainerAppsRevisionsClientRestartRevisionOptions contains the optional parameters for the ContainerAppsRevisionsClient.RestartRevision method.
ContainerAppsRevisionsClientRestartRevisionResponse contains the response from method ContainerAppsRevisionsClient.RestartRevision.
ContainerAppsSessionPoolsClient contains the methods for the ContainerAppsSessionPools group.
ContainerAppsSessionPoolsClientBeginCreateOrUpdateOptions contains the optional parameters for the ContainerAppsSessionPoolsClient.BeginCreateOrUpdate method.
ContainerAppsSessionPoolsClientBeginDeleteOptions contains the optional parameters for the ContainerAppsSessionPoolsClient.BeginDelete method.
ContainerAppsSessionPoolsClientBeginUpdateOptions contains the optional parameters for the ContainerAppsSessionPoolsClient.BeginUpdate method.
ContainerAppsSessionPoolsClientCreateOrUpdateResponse contains the response from method ContainerAppsSessionPoolsClient.BeginCreateOrUpdate.
ContainerAppsSessionPoolsClientDeleteResponse contains the response from method ContainerAppsSessionPoolsClient.BeginDelete.
ContainerAppsSessionPoolsClientGetOptions contains the optional parameters for the ContainerAppsSessionPoolsClient.Get method.
ContainerAppsSessionPoolsClientGetResponse contains the response from method ContainerAppsSessionPoolsClient.Get.
ContainerAppsSessionPoolsClientListByResourceGroupOptions contains the optional parameters for the ContainerAppsSessionPoolsClient.NewListByResourceGroupPager method.
ContainerAppsSessionPoolsClientListByResourceGroupResponse contains the response from method ContainerAppsSessionPoolsClient.NewListByResourceGroupPager.
ContainerAppsSessionPoolsClientListBySubscriptionOptions contains the optional parameters for the ContainerAppsSessionPoolsClient.NewListBySubscriptionPager method.
ContainerAppsSessionPoolsClientListBySubscriptionResponse contains the response from method ContainerAppsSessionPoolsClient.NewListBySubscriptionPager.
ContainerAppsSessionPoolsClientUpdateResponse contains the response from method ContainerAppsSessionPoolsClient.BeginUpdate.
ContainerAppsSourceControlsClient contains the methods for the ContainerAppsSourceControls group.
ContainerAppsSourceControlsClientBeginCreateOrUpdateOptions contains the optional parameters for the ContainerAppsSourceControlsClient.BeginCreateOrUpdate method.
ContainerAppsSourceControlsClientBeginDeleteOptions contains the optional parameters for the ContainerAppsSourceControlsClient.BeginDelete method.
ContainerAppsSourceControlsClientCreateOrUpdateResponse contains the response from method ContainerAppsSourceControlsClient.BeginCreateOrUpdate.
ContainerAppsSourceControlsClientDeleteResponse contains the response from method ContainerAppsSourceControlsClient.BeginDelete.
ContainerAppsSourceControlsClientGetOptions contains the optional parameters for the ContainerAppsSourceControlsClient.Get method.
ContainerAppsSourceControlsClientGetResponse contains the response from method ContainerAppsSourceControlsClient.Get.
ContainerAppsSourceControlsClientListByContainerAppOptions contains the optional parameters for the ContainerAppsSourceControlsClient.NewListByContainerAppPager method.
ContainerAppsSourceControlsClientListByContainerAppResponse contains the response from method ContainerAppsSourceControlsClient.NewListByContainerAppPager.
ContainerExecutionStatus - Container Apps Job execution container status.
ContainerRegistry - Model representing a mapping from a container registry to the identity used to connect to it.
ContainerRegistryWithCustomImage - Container registry that the final image will be uploaded to.
ContainerResources - Container App container resource requirements.
CookieExpiration - The configuration settings of the session cookie's expiration.
CorsPolicy - Cross-Origin-Resource-Sharing policy.
CustomContainerTemplate - Custom container configuration.
CustomDomain - Custom Domain of a Container App.
CustomDomainConfiguration - Configuration properties for apps environment custom domain.
CustomHostnameAnalysisResult - Custom domain analysis.
CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo - Raw failure information if DNS verification fails.
CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem - Detailed errors.
CustomOpenIDConnectProvider - The configuration settings of the custom Open ID Connect provider.
CustomScaleRule - Container App container Custom scaling rule.
Dapr - Container App Dapr configuration.
DaprComponent - Dapr Component.
DaprComponentProperties - Dapr Component resource specific properties.
DaprComponentResiliencyPoliciesClient contains the methods for the DaprComponentResiliencyPolicies group.
DaprComponentResiliencyPoliciesClientCreateOrUpdateOptions contains the optional parameters for the DaprComponentResiliencyPoliciesClient.CreateOrUpdate method.
DaprComponentResiliencyPoliciesClientCreateOrUpdateResponse contains the response from method DaprComponentResiliencyPoliciesClient.CreateOrUpdate.
DaprComponentResiliencyPoliciesClientDeleteOptions contains the optional parameters for the DaprComponentResiliencyPoliciesClient.Delete method.
DaprComponentResiliencyPoliciesClientDeleteResponse contains the response from method DaprComponentResiliencyPoliciesClient.Delete.
DaprComponentResiliencyPoliciesClientGetOptions contains the optional parameters for the DaprComponentResiliencyPoliciesClient.Get method.
DaprComponentResiliencyPoliciesClientGetResponse contains the response from method DaprComponentResiliencyPoliciesClient.Get.
DaprComponentResiliencyPoliciesClientListOptions contains the optional parameters for the DaprComponentResiliencyPoliciesClient.NewListPager method.
DaprComponentResiliencyPoliciesClientListResponse contains the response from method DaprComponentResiliencyPoliciesClient.NewListPager.
DaprComponentResiliencyPoliciesCollection - Dapr Component Resiliency Policies ARM resource.
DaprComponentResiliencyPolicy - Dapr Component Resiliency Policy.
DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration - Dapr Component Resiliency Policy Circuit Breaker Policy Configuration.
DaprComponentResiliencyPolicyConfiguration - Dapr Component Resiliency Policy Configuration.
DaprComponentResiliencyPolicyHTTPRetryBackOffConfiguration - Dapr Component Resiliency Policy HTTP Retry Backoff Configuration.
DaprComponentResiliencyPolicyHTTPRetryPolicyConfiguration - Dapr Component Resiliency Policy HTTP Retry Policy Configuration.
DaprComponentResiliencyPolicyProperties - Dapr Component Resiliency Policy resource specific properties.
DaprComponentResiliencyPolicyTimeoutPolicyConfiguration - Dapr Component Resiliency Policy Timeout Policy Configuration.
DaprComponentsClient contains the methods for the DaprComponents group.
DaprComponentsClientCreateOrUpdateOptions contains the optional parameters for the DaprComponentsClient.CreateOrUpdate method.
DaprComponentsClientCreateOrUpdateResponse contains the response from method DaprComponentsClient.CreateOrUpdate.
DaprComponentsClientDeleteOptions contains the optional parameters for the DaprComponentsClient.Delete method.
DaprComponentsClientDeleteResponse contains the response from method DaprComponentsClient.Delete.
DaprComponentsClientGetOptions contains the optional parameters for the DaprComponentsClient.Get method.
DaprComponentsClientGetResponse contains the response from method DaprComponentsClient.Get.
DaprComponentsClientListOptions contains the optional parameters for the DaprComponentsClient.NewListPager method.
DaprComponentsClientListResponse contains the response from method DaprComponentsClient.NewListPager.
DaprComponentsClientListSecretsOptions contains the optional parameters for the DaprComponentsClient.ListSecrets method.
DaprComponentsClientListSecretsResponse contains the response from method DaprComponentsClient.ListSecrets.
DaprComponentsCollection - Dapr Components ARM resource.
DaprComponentServiceBinding - Configuration to bind a Dapr Component to a dev ContainerApp Service.
DaprConfiguration - Configuration properties Dapr component.
DaprMetadata - Dapr component metadata.
DaprSecret - Dapr component Secret for ListSecrets Action.
DaprSecretsCollection - Dapr component Secrets Collection for ListSecrets Action.
DaprServiceBindMetadata - Dapr component metadata.
DaprSubscription - Dapr PubSub Event Subscription.
DaprSubscriptionBulkSubscribeOptions - Dapr PubSub Bulk Subscription Options.
DaprSubscriptionProperties - Dapr PubSub Event Subscription resource specific properties.
DaprSubscriptionRouteRule - Dapr Pubsub Event Subscription Route Rule is used to specify the condition for sending a message to a specific path.
DaprSubscriptionRoutes - Dapr PubSub Event Subscription Routes configuration.
DaprSubscriptionsClient contains the methods for the DaprSubscriptions group.
DaprSubscriptionsClientCreateOrUpdateOptions contains the optional parameters for the DaprSubscriptionsClient.CreateOrUpdate method.
DaprSubscriptionsClientCreateOrUpdateResponse contains the response from method DaprSubscriptionsClient.CreateOrUpdate.
DaprSubscriptionsClientDeleteOptions contains the optional parameters for the DaprSubscriptionsClient.Delete method.
DaprSubscriptionsClientDeleteResponse contains the response from method DaprSubscriptionsClient.Delete.
DaprSubscriptionsClientGetOptions contains the optional parameters for the DaprSubscriptionsClient.Get method.
DaprSubscriptionsClientGetResponse contains the response from method DaprSubscriptionsClient.Get.
DaprSubscriptionsClientListOptions contains the optional parameters for the DaprSubscriptionsClient.NewListPager method.
DaprSubscriptionsClientListResponse contains the response from method DaprSubscriptionsClient.NewListPager.
DaprSubscriptionsCollection - Dapr Subscriptions ARM resource.
DataDogConfiguration - Configuration of datadog.
DefaultAuthorizationPolicy - The configuration settings of the Azure Active Directory default authorization policy.
DefaultErrorResponse - App Service error response.
DefaultErrorResponseError - Error model.
DefaultErrorResponseErrorDetailsItem - Detailed errors.
DestinationsConfiguration - Configuration of Open Telemetry destinations.
DiagnosticDataProviderMetadata - Details of a diagnostics data provider.
DiagnosticDataProviderMetadataPropertyBagItem - Property details.
DiagnosticDataTableResponseColumn - Diagnostics data column.
DiagnosticDataTableResponseObject - Diagnostics data table.
DiagnosticRendering - Rendering details of a diagnostics table.
Diagnostics data for a resource.
DiagnosticsCollection - Diagnostics data collection for a resource.
DiagnosticsDataAPIResponse - Diagnostics data returned from a detector.
DiagnosticsDefinition - Metadata of the diagnostics response.
DiagnosticsProperties - Diagnostics resource specific properties.
DiagnosticsStatus - Rendering details of a diagnostics table.
DiagnosticSupportTopic - Support topic information.
DotNetComponent - .NET Component.
DotNetComponentConfigurationProperty - Configuration properties for a .NET Component.
DotNetComponentProperties - .NET Component resource specific properties.
DotNetComponentsClient contains the methods for the DotNetComponents group.
DotNetComponentsClientBeginCreateOrUpdateOptions contains the optional parameters for the DotNetComponentsClient.BeginCreateOrUpdate method.
DotNetComponentsClientBeginDeleteOptions contains the optional parameters for the DotNetComponentsClient.BeginDelete method.
DotNetComponentsClientBeginUpdateOptions contains the optional parameters for the DotNetComponentsClient.BeginUpdate method.
DotNetComponentsClientCreateOrUpdateResponse contains the response from method DotNetComponentsClient.BeginCreateOrUpdate.
DotNetComponentsClientDeleteResponse contains the response from method DotNetComponentsClient.BeginDelete.
DotNetComponentsClientGetOptions contains the optional parameters for the DotNetComponentsClient.Get method.
DotNetComponentsClientGetResponse contains the response from method DotNetComponentsClient.Get.
DotNetComponentsClientListOptions contains the optional parameters for the DotNetComponentsClient.NewListPager method.
DotNetComponentsClientListResponse contains the response from method DotNetComponentsClient.NewListPager.
DotNetComponentsClientUpdateResponse contains the response from method DotNetComponentsClient.BeginUpdate.
DotNetComponentsCollection - .NET Components ARM resource.
DotNetComponentServiceBind - Configuration to bind a .NET Component to another .NET Component.
DynamicPoolConfiguration - Dynamic pool configuration.
EncryptionSettings - The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization.
EnvironmentAuthToken - Environment Auth Token.
EnvironmentAuthTokenProperties - Environment auth token resource specific properties.
EnvironmentVar - Container App container environment variable.
EnvironmentVariable - Model representing an environment variable.
ErrorAdditionalInfo - The resource management error additional info.
ErrorDetail - The error detail.
ErrorEntity - Body of the error response returned from the API.
ErrorResponse - Common error response for all Azure Resource Manager APIs to return error details for failed operations.
ExecutionStatus - Container Apps Job execution status.
ExtendedLocation - The complex type of the extended location.
Facebook - The configuration settings of the Facebook provider.
ForwardProxy - The configuration settings of a forward proxy used to make the requests.
FunctionsExtensionClient contains the methods for the FunctionsExtension group.
FunctionsExtensionClientInvokeFunctionsHostOptions contains the optional parameters for the FunctionsExtensionClient.InvokeFunctionsHost method.
FunctionsExtensionClientInvokeFunctionsHostResponse contains the response from method FunctionsExtensionClient.InvokeFunctionsHost.
GitHub - The configuration settings of the GitHub provider.
GithubActionConfiguration - Configuration properties that define the mutable settings of a Container App SourceControl.
GlobalValidation - The configuration settings that determines the validation flow of users using ContainerApp Service Authentication/Authorization.
Google - The configuration settings of the Google provider.
Header of otlp configuration.
HeaderMatch - Conditions required to match a header.
HeaderMatchMatch - Type of match to perform.
HTTPConnectionPool - Defines parameters for http connection pooling.
HTTPGet - Model representing a http get request.
HTTPRetryPolicy - Policy that defines http request retry conditions.
HTTPRetryPolicyMatches - Conditions that must be met for a request to be retried.
HTTPRetryPolicyRetryBackOff - Settings for retry backoff characteristics.
HTTPScaleRule - Container App container Http scaling rule.
HTTPSettings - The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization.
HTTPSettingsRoutes - The configuration settings of the paths HTTP requests.
IdentityProviders - The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization.
IdentitySettings - Optional settings for a Managed Identity that is assigned to the Container App.
Ingress - Container App Ingress configuration.
IngressPortMapping - Port mappings of container app ingress.
IngressStickySessions - Sticky Sessions for Single Revision Mode.
InitContainer - Container App init container definition.
IPSecurityRestrictionRule - Rule to restrict incoming IP address.
JavaComponent - Java Component.
JavaComponentConfigurationProperty - Configuration properties for a Java Component.
JavaComponentIngress - Container App Ingress configuration.
JavaComponentProperties - Java Component common properties.
JavaComponentPropertiesScale - Java component scaling configurations.
JavaComponentsClient contains the methods for the JavaComponents group.
JavaComponentsClientBeginCreateOrUpdateOptions contains the optional parameters for the JavaComponentsClient.BeginCreateOrUpdate method.
JavaComponentsClientBeginDeleteOptions contains the optional parameters for the JavaComponentsClient.BeginDelete method.
JavaComponentsClientBeginUpdateOptions contains the optional parameters for the JavaComponentsClient.BeginUpdate method.
JavaComponentsClientCreateOrUpdateResponse contains the response from method JavaComponentsClient.BeginCreateOrUpdate.
JavaComponentsClientDeleteResponse contains the response from method JavaComponentsClient.BeginDelete.
JavaComponentsClientGetOptions contains the optional parameters for the JavaComponentsClient.Get method.
JavaComponentsClientGetResponse contains the response from method JavaComponentsClient.Get.
JavaComponentsClientListOptions contains the optional parameters for the JavaComponentsClient.NewListPager method.
JavaComponentsClientListResponse contains the response from method JavaComponentsClient.NewListPager.
JavaComponentsClientUpdateResponse contains the response from method JavaComponentsClient.BeginUpdate.
JavaComponentsCollection - Java Components ARM resource.
JavaComponentServiceBind - Configuration to bind a Java Component to another Java Component.
Job - Container App Job.
JobConfiguration - Non versioned Container Apps Job configuration properties.
JobConfigurationEventTriggerConfig - Trigger configuration of an event driven job.
JobConfigurationManualTriggerConfig - Manual trigger configuration for a single execution job.
JobConfigurationScheduleTriggerConfig - Cron formatted repeating trigger schedule ("* * * * *") for cronjobs.
JobExecution - Container Apps Job execution.
JobExecutionBase - Container App's Job execution name.
JobExecutionContainer - Container Apps Jobs execution container definition.
JobExecutionNamesCollection - Container App executions names list.
JobExecutionProperties - Container Apps Job execution specific properties.
JobExecutionTemplate - Job's execution template, containing container configuration for a job's execution.
JobPatchProperties - Container Apps Job resource specific properties.
No description provided by the author
JobProperties - Container Apps Job resource specific properties.
JobScale - Scaling configurations for event driven jobs.
JobScaleRule - Scaling rule.
JobsClient contains the methods for the Jobs group.
JobsClientBeginCreateOrUpdateOptions contains the optional parameters for the JobsClient.BeginCreateOrUpdate method.
JobsClientBeginDeleteOptions contains the optional parameters for the JobsClient.BeginDelete method.
JobsClientBeginResumeOptions contains the optional parameters for the JobsClient.BeginResume method.
JobsClientBeginStartOptions contains the optional parameters for the JobsClient.BeginStart method.
JobsClientBeginStopExecutionOptions contains the optional parameters for the JobsClient.BeginStopExecution method.
JobsClientBeginStopMultipleExecutionsOptions contains the optional parameters for the JobsClient.BeginStopMultipleExecutions method.
JobsClientBeginSuspendOptions contains the optional parameters for the JobsClient.BeginSuspend method.
JobsClientBeginUpdateOptions contains the optional parameters for the JobsClient.BeginUpdate method.
JobsClientCreateOrUpdateResponse contains the response from method JobsClient.BeginCreateOrUpdate.
JobsClientDeleteResponse contains the response from method JobsClient.BeginDelete.
JobsClientGetDetectorOptions contains the optional parameters for the JobsClient.GetDetector method.
JobsClientGetDetectorResponse contains the response from method JobsClient.GetDetector.
JobsClientGetOptions contains the optional parameters for the JobsClient.Get method.
JobsClientGetResponse contains the response from method JobsClient.Get.
JobsClientListByResourceGroupOptions contains the optional parameters for the JobsClient.NewListByResourceGroupPager method.
JobsClientListByResourceGroupResponse contains the response from method JobsClient.NewListByResourceGroupPager.
JobsClientListBySubscriptionOptions contains the optional parameters for the JobsClient.NewListBySubscriptionPager method.
JobsClientListBySubscriptionResponse contains the response from method JobsClient.NewListBySubscriptionPager.
JobsClientListDetectorsOptions contains the optional parameters for the JobsClient.NewListDetectorsPager method.
JobsClientListDetectorsResponse contains the response from method JobsClient.NewListDetectorsPager.
JobsClientListSecretsOptions contains the optional parameters for the JobsClient.ListSecrets method.
JobsClientListSecretsResponse contains the response from method JobsClient.ListSecrets.
JobsClientProxyGetOptions contains the optional parameters for the JobsClient.ProxyGet method.
JobsClientProxyGetResponse contains the response from method JobsClient.ProxyGet.
JobsClientResumeResponse contains the response from method JobsClient.BeginResume.
JobsClientStartResponse contains the response from method JobsClient.BeginStart.
JobsClientStopExecutionResponse contains the response from method JobsClient.BeginStopExecution.
JobsClientStopMultipleExecutionsResponse contains the response from method JobsClient.BeginStopMultipleExecutions.
JobsClientSuspendResponse contains the response from method JobsClient.BeginSuspend.
JobsClientUpdateResponse contains the response from method JobsClient.BeginUpdate.
JobsCollection - Container Apps Jobs collection ARM resource.
JobSecretsCollection - Container Apps Job Secrets Collection ARM resource.
JobsExecutionsClient contains the methods for the JobsExecutions group.
JobsExecutionsClientListOptions contains the optional parameters for the JobsExecutionsClient.NewListPager method.
JobsExecutionsClientListResponse contains the response from method JobsExecutionsClient.NewListPager.
JobTemplate - Container Apps Job versioned application definition.
JwtClaimChecks - The configuration settings of the checks that should be made while validating the JWT Claims.
KedaConfiguration - Configuration properties Keda component.
No description provided by the author
LogAnalyticsConfiguration - Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'.
LoggerSetting - Logger settings for java workloads.
LogicApp - A logic app extension resource.
LogicAppsClient contains the methods for the LogicApps group.
LogicAppsClientCreateOrUpdateOptions contains the optional parameters for the LogicAppsClient.CreateOrUpdate method.
LogicAppsClientCreateOrUpdateResponse contains the response from method LogicAppsClient.CreateOrUpdate.
LogicAppsClientDeleteOptions contains the optional parameters for the LogicAppsClient.Delete method.
LogicAppsClientDeleteResponse contains the response from method LogicAppsClient.Delete.
LogicAppsClientDeployWorkflowArtifactsOptions contains the optional parameters for the LogicAppsClient.DeployWorkflowArtifacts method.
LogicAppsClientDeployWorkflowArtifactsResponse contains the response from method LogicAppsClient.DeployWorkflowArtifacts.
LogicAppsClientGetOptions contains the optional parameters for the LogicAppsClient.Get method.
LogicAppsClientGetResponse contains the response from method LogicAppsClient.Get.
LogicAppsClientGetWorkflowOptions contains the optional parameters for the LogicAppsClient.GetWorkflow method.
LogicAppsClientGetWorkflowResponse contains the response from method LogicAppsClient.GetWorkflow.
LogicAppsClientInvokeOptions contains the optional parameters for the LogicAppsClient.Invoke method.
LogicAppsClientInvokeResponse contains the response from method LogicAppsClient.Invoke.
LogicAppsClientListWorkflowsConnectionsOptions contains the optional parameters for the LogicAppsClient.ListWorkflowsConnections method.
LogicAppsClientListWorkflowsConnectionsResponse contains the response from method LogicAppsClient.ListWorkflowsConnections.
LogicAppsClientListWorkflowsOptions contains the optional parameters for the LogicAppsClient.NewListWorkflowsPager method.
LogicAppsClientListWorkflowsResponse contains the response from method LogicAppsClient.NewListWorkflowsPager.
Login - The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization.
LoginRoutes - The routes that specify the endpoints used for login and logout requests.
LoginScopes - The configuration settings of the login flow, including the scopes that should be requested.
LogsConfiguration - Configuration of Open Telemetry logs.
ManagedCertificate - Managed certificates used for Custom Domain bindings of Container Apps in a Managed Environment.
ManagedCertificateCollection - Collection of Managed Certificates.
ManagedCertificatePatch - A managed certificate to update.
ManagedCertificateProperties - Certificate resource specific properties.
ManagedCertificatesClient contains the methods for the ManagedCertificates group.
ManagedCertificatesClientBeginCreateOrUpdateOptions contains the optional parameters for the ManagedCertificatesClient.BeginCreateOrUpdate method.
ManagedCertificatesClientCreateOrUpdateResponse contains the response from method ManagedCertificatesClient.BeginCreateOrUpdate.
ManagedCertificatesClientDeleteOptions contains the optional parameters for the ManagedCertificatesClient.Delete method.
ManagedCertificatesClientDeleteResponse contains the response from method ManagedCertificatesClient.Delete.
ManagedCertificatesClientGetOptions contains the optional parameters for the ManagedCertificatesClient.Get method.
ManagedCertificatesClientGetResponse contains the response from method ManagedCertificatesClient.Get.
ManagedCertificatesClientListOptions contains the optional parameters for the ManagedCertificatesClient.NewListPager method.
ManagedCertificatesClientListResponse contains the response from method ManagedCertificatesClient.NewListPager.
ManagedCertificatesClientUpdateOptions contains the optional parameters for the ManagedCertificatesClient.Update method.
ManagedCertificatesClientUpdateResponse contains the response from method ManagedCertificatesClient.Update.
ManagedEnvironment - An environment for hosting container apps.
ManagedEnvironmentDiagnosticsClient contains the methods for the ManagedEnvironmentDiagnostics group.
ManagedEnvironmentDiagnosticsClientGetDetectorOptions contains the optional parameters for the ManagedEnvironmentDiagnosticsClient.GetDetector method.
ManagedEnvironmentDiagnosticsClientGetDetectorResponse contains the response from method ManagedEnvironmentDiagnosticsClient.GetDetector.
ManagedEnvironmentDiagnosticsClientListDetectorsOptions contains the optional parameters for the ManagedEnvironmentDiagnosticsClient.ListDetectors method.
ManagedEnvironmentDiagnosticsClientListDetectorsResponse contains the response from method ManagedEnvironmentDiagnosticsClient.ListDetectors.
ManagedEnvironmentPrivateEndpointConnectionsClient contains the methods for the ManagedEnvironmentPrivateEndpointConnections group.
ManagedEnvironmentPrivateEndpointConnectionsClientBeginCreateOrUpdateOptions contains the optional parameters for the ManagedEnvironmentPrivateEndpointConnectionsClient.BeginCreateOrUpdate method.
ManagedEnvironmentPrivateEndpointConnectionsClientBeginDeleteOptions contains the optional parameters for the ManagedEnvironmentPrivateEndpointConnectionsClient.BeginDelete method.
ManagedEnvironmentPrivateEndpointConnectionsClientCreateOrUpdateResponse contains the response from method ManagedEnvironmentPrivateEndpointConnectionsClient.BeginCreateOrUpdate.
ManagedEnvironmentPrivateEndpointConnectionsClientDeleteResponse contains the response from method ManagedEnvironmentPrivateEndpointConnectionsClient.BeginDelete.
ManagedEnvironmentPrivateEndpointConnectionsClientGetOptions contains the optional parameters for the ManagedEnvironmentPrivateEndpointConnectionsClient.Get method.
ManagedEnvironmentPrivateEndpointConnectionsClientGetResponse contains the response from method ManagedEnvironmentPrivateEndpointConnectionsClient.Get.
ManagedEnvironmentPrivateEndpointConnectionsClientListOptions contains the optional parameters for the ManagedEnvironmentPrivateEndpointConnectionsClient.NewListPager method.
ManagedEnvironmentPrivateEndpointConnectionsClientListResponse contains the response from method ManagedEnvironmentPrivateEndpointConnectionsClient.NewListPager.
ManagedEnvironmentPrivateLinkResourcesClient contains the methods for the ManagedEnvironmentPrivateLinkResources group.
ManagedEnvironmentPrivateLinkResourcesClientListOptions contains the optional parameters for the ManagedEnvironmentPrivateLinkResourcesClient.NewListPager method.
ManagedEnvironmentPrivateLinkResourcesClientListResponse contains the response from method ManagedEnvironmentPrivateLinkResourcesClient.NewListPager.
ManagedEnvironmentProperties - Managed environment resource specific properties.
ManagedEnvironmentPropertiesPeerAuthentication - Peer authentication settings for the Managed Environment.
ManagedEnvironmentPropertiesPeerTrafficConfiguration - Peer traffic settings for the Managed Environment.
ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption - Peer traffic encryption settings for the Managed Environment.
ManagedEnvironmentsClient contains the methods for the ManagedEnvironments group.
ManagedEnvironmentsClientBeginCreateOrUpdateOptions contains the optional parameters for the ManagedEnvironmentsClient.BeginCreateOrUpdate method.
ManagedEnvironmentsClientBeginDeleteOptions contains the optional parameters for the ManagedEnvironmentsClient.BeginDelete method.
ManagedEnvironmentsClientBeginUpdateOptions contains the optional parameters for the ManagedEnvironmentsClient.BeginUpdate method.
ManagedEnvironmentsClientCreateOrUpdateResponse contains the response from method ManagedEnvironmentsClient.BeginCreateOrUpdate.
ManagedEnvironmentsClientDeleteResponse contains the response from method ManagedEnvironmentsClient.BeginDelete.
ManagedEnvironmentsClientGetAuthTokenOptions contains the optional parameters for the ManagedEnvironmentsClient.GetAuthToken method.
ManagedEnvironmentsClientGetAuthTokenResponse contains the response from method ManagedEnvironmentsClient.GetAuthToken.
ManagedEnvironmentsClientGetOptions contains the optional parameters for the ManagedEnvironmentsClient.Get method.
ManagedEnvironmentsClientGetResponse contains the response from method ManagedEnvironmentsClient.Get.
ManagedEnvironmentsClientListByResourceGroupOptions contains the optional parameters for the ManagedEnvironmentsClient.NewListByResourceGroupPager method.
ManagedEnvironmentsClientListByResourceGroupResponse contains the response from method ManagedEnvironmentsClient.NewListByResourceGroupPager.
ManagedEnvironmentsClientListBySubscriptionOptions contains the optional parameters for the ManagedEnvironmentsClient.NewListBySubscriptionPager method.
ManagedEnvironmentsClientListBySubscriptionResponse contains the response from method ManagedEnvironmentsClient.NewListBySubscriptionPager.
ManagedEnvironmentsClientListWorkloadProfileStatesOptions contains the optional parameters for the ManagedEnvironmentsClient.NewListWorkloadProfileStatesPager method.
ManagedEnvironmentsClientListWorkloadProfileStatesResponse contains the response from method ManagedEnvironmentsClient.NewListWorkloadProfileStatesPager.
ManagedEnvironmentsClientUpdateResponse contains the response from method ManagedEnvironmentsClient.BeginUpdate.
ManagedEnvironmentsCollection - Collection of Environments.
ManagedEnvironmentsDiagnosticsClient contains the methods for the ManagedEnvironmentsDiagnostics group.
ManagedEnvironmentsDiagnosticsClientGetRootOptions contains the optional parameters for the ManagedEnvironmentsDiagnosticsClient.GetRoot method.
ManagedEnvironmentsDiagnosticsClientGetRootResponse contains the response from method ManagedEnvironmentsDiagnosticsClient.GetRoot.
ManagedEnvironmentsStoragesClient contains the methods for the ManagedEnvironmentsStorages group.
ManagedEnvironmentsStoragesClientCreateOrUpdateOptions contains the optional parameters for the ManagedEnvironmentsStoragesClient.CreateOrUpdate method.
ManagedEnvironmentsStoragesClientCreateOrUpdateResponse contains the response from method ManagedEnvironmentsStoragesClient.CreateOrUpdate.
ManagedEnvironmentsStoragesClientDeleteOptions contains the optional parameters for the ManagedEnvironmentsStoragesClient.Delete method.
ManagedEnvironmentsStoragesClientDeleteResponse contains the response from method ManagedEnvironmentsStoragesClient.Delete.
ManagedEnvironmentsStoragesClientGetOptions contains the optional parameters for the ManagedEnvironmentsStoragesClient.Get method.
ManagedEnvironmentsStoragesClientGetResponse contains the response from method ManagedEnvironmentsStoragesClient.Get.
ManagedEnvironmentsStoragesClientListOptions contains the optional parameters for the ManagedEnvironmentsStoragesClient.List method.
ManagedEnvironmentsStoragesClientListResponse contains the response from method ManagedEnvironmentsStoragesClient.List.
ManagedEnvironmentStorage - Storage resource for managedEnvironment.
ManagedEnvironmentStorageProperties - Storage properties.
ManagedEnvironmentStoragesCollection - Collection of Storage for Environments.
ManagedEnvironmentUsagesClient contains the methods for the ManagedEnvironmentUsages group.
ManagedEnvironmentUsagesClientListOptions contains the optional parameters for the ManagedEnvironmentUsagesClient.NewListPager method.
ManagedEnvironmentUsagesClientListResponse contains the response from method ManagedEnvironmentUsagesClient.NewListPager.
ManagedServiceIdentity - Managed service identity (system assigned and/or user assigned identities).
MetricsConfiguration - Configuration of Open Telemetry metrics.
Mtls - Configuration properties for mutual TLS authentication.
NacosComponent - Nacos properties.
NamespacesClient contains the methods for the Namespaces group.
NamespacesClientCheckNameAvailabilityOptions contains the optional parameters for the NamespacesClient.CheckNameAvailability method.
NamespacesClientCheckNameAvailabilityResponse contains the response from method NamespacesClient.CheckNameAvailability.
NfsAzureFileProperties - NFS Azure File Properties.
Nonce - The configuration settings of the nonce used in the login flow.
OpenIDConnectClientCredential - The authentication client credentials of the custom Open ID Connect provider.
OpenIDConnectConfig - The configuration settings of the endpoints used for the custom Open ID Connect provider.
OpenIDConnectLogin - The configuration settings of the login flow of the custom Open ID Connect provider.
OpenIDConnectRegistration - The configuration settings of the app registration for the custom Open ID Connect provider.
OpenTelemetryConfiguration - Configuration of Open Telemetry.
OperationDetail - Operation detail payload.
OperationDisplay - Operation display payload.
OperationsClient contains the methods for the Operations group.
OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method.
OperationsClientListResponse contains the response from method OperationsClient.NewListPager.
OtlpConfiguration - Configuration of otlp.
PatchCollection - Container App patch collection.
PatchDetails - The detailed info of patch operation performing when applying a patch.
PatchDetailsNewLayer - New layer update details in the target image.
PatchDetailsOldLayer - The old layer details in the target image.
PatchProperties - Top level properties that describes current states of the patch resource.
PatchSkipConfig - The configuration for patcher to skip a patch or not.
PreBuildStep - Model representing a pre-build step.
PrivateEndpoint - The Private Endpoint resource.
PrivateEndpointConnection - The Private Endpoint Connection resource.
PrivateEndpointConnectionListResult - List of private endpoint connection associated with the specified resource.
PrivateEndpointConnectionProperties - Properties of the private endpoint connection.
PrivateLinkResource - A private link resource.
PrivateLinkResourceListResult - A list of private link resources.
PrivateLinkResourceProperties - Properties of a private link resource.
PrivateLinkServiceConnectionState - A collection of information about the state of the connection between service consumer and provider.
ProxyResource - The resource model definition for a Azure Resource Manager proxy resource.
QueueScaleRule - Container App container Azure Queue based scaling rule.
RegistryCredentials - Container App Private Registry.
RegistryInfo - Container App registry information.
Replica - Container App Revision Replica.
ReplicaCollection - Container App Revision Replicas collection ARM resource.
ReplicaContainer - Container object under Container App Revision Replica.
ReplicaExecutionStatus - Container Apps Job execution replica status.
ReplicaProperties - Replica resource specific properties.
Resource - Common fields that are returned in the response for all Azure Resource Manager resources.
Revision - Container App Revision.
RevisionCollection - Container App Revisions collection ARM resource.
RevisionProperties - Revision resource specific properties.
Runtime - Container App Runtime configuration.
RuntimeDotnet - .NET app configuration.
RuntimeJava - Java app configuration.
RuntimeJavaAgent - Diagnostic capabilities achieved by java agent.
RuntimeJavaAgentLogging - Capabilities on the java logging scenario.
Scale - Container App scaling configurations.
ScaleConfiguration - Scale configuration.
ScaleRule - Container App container scaling rule.
ScaleRuleAuth - Auth Secrets for Scale Rule.
ScgRoute - Spring Cloud Gateway route definition.
Secret definition.
SecretsCollection - Container App Secrets Collection ARM resource.
SecretVolumeItem - Secret to be added to volume.
Service - Container App to be a dev service.
ServiceBind - Configuration to bind a ContainerApp to a dev ContainerApp Service.
SessionContainer - Container definitions for the sessions of the session pool.
SessionContainerResources - Container resource requirements for sessions of the session pool.
SessionIngress - Session pool ingress configuration.
SessionNetworkConfiguration - Session network configuration.
SessionPool - Container App session pool.
SessionPoolCollection - Session pool collection Azure resource.
SessionPoolProperties - Container App session pool resource specific properties.
SessionPoolSecret - Secret definition.
SessionPoolUpdatableProperties - Container App session pool updatable properties.
SessionPoolUpdatablePropertiesProperties - Session pool resource specific updatable properties.
SessionRegistryCredentials - Session pool private registry credentials.
SmbStorage - SMB storage properties.
SourceControl - Container App SourceControl.
SourceControlCollection - SourceControl collection ARM resource.
SourceControlProperties - SourceControl resource specific properties.
SpringBootAdminComponent - Spring Boot Admin properties.
SpringCloudConfigComponent - Spring Cloud Config properties.
SpringCloudEurekaComponent - Spring Cloud Eureka properties.
SpringCloudGatewayComponent - Spring Cloud Gateway properties.
SystemData - Metadata pertaining to creation and last modification of the resource.
TCPConnectionPool - Defines parameters for tcp connection pooling.
TCPRetryPolicy - Policy that defines tcp request retry conditions.
TCPScaleRule - Container App container Tcp scaling rule.
Template - Container App versioned application definition.
TimeoutPolicy - Policy to set request timeouts.
TokenStore - The configuration settings of the token store.
TracesConfiguration - Configuration of Open Telemetry traces.
TrackedResource - The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location'.
TrafficWeight - Traffic weight assigned to a revision.
Twitter - The configuration settings of the Twitter provider.
TwitterRegistration - The configuration settings of the app registration for the Twitter provider.
Usage - Describes Compute Resource Usage.
UsageName - The Usage Names.
UsagesClient contains the methods for the Usages group.
UsagesClientListOptions contains the optional parameters for the UsagesClient.NewListPager method.
UsagesClientListResponse contains the response from method UsagesClient.NewListPager.
UserAssignedIdentity - User assigned identity properties.
VnetConfiguration - Configuration properties for apps environment to join a Virtual Network.
Volume definitions for the Container App.
VolumeMount - Volume mount for the Container App.
WorkflowArtifacts - The workflow filter.
WorkflowEnvelope - Workflow properties definition.
WorkflowEnvelopeCollection - Collection of workflow information elements.
WorkflowEnvelopeProperties - Additional workflow properties.
WorkflowHealth - Represents the workflow health.
WorkloadProfile - Workload profile to scope container app execution.
WorkloadProfileStates - Collection of all the workload Profile States for a Managed Environment..
WorkloadProfileStatesCollection - Collection of workloadProfileStates.
WorkloadProfileStatesProperties - Workload Profile resource specific properties.

# Interfaces

JavaComponentPropertiesClassification provides polymorphic access to related types.

# Type aliases

AccessMode - Access mode for storage.
Action - Allow or Deny rules to determine for incoming IP.
ActiveRevisionsMode - ActiveRevisionsMode controls how active revisions are handled for the Container app:Multiple: multiple revisions can be active.Single: Only one revision can be active at a time.
Affinity - Sticky Session Affinity.
Applicability - indicates whether the profile is default for the location.
AppProtocol - Tells Dapr which protocol your application is using.
BindingType - Custom Domain binding type.
BuilderProvisioningState - Resource instance provisioning state.
BuildProvisioningState - Resource instance provisioning state.
BuildStatus - Status of the build once it has been provisioned.
CertificateProvisioningState - Provisioning state of the certificate.
CertificateType - The type of the certificate.
CheckNameAvailabilityReason - The reason why the given name is not available.
ConnectedEnvironmentProvisioningState - Provisioning state of the Kubernetes Environment.
ContainerAppContainerRunningState - Current running state of the container.
ContainerAppProvisioningState - Provisioning state of the Container App.
ContainerAppReplicaRunningState - Current running state of the replica.
ContainerType - The container type of the sessions.
CookieExpirationConvention - The convention used when determining the session cookie's expiration.
CreatedByType - The type of identity that created the resource.
DetectionStatus - The status of the patch detection.
DNSVerificationTestResult - DNS verification test result.
DotNetComponentProvisioningState - Provisioning state of the .NET Component.
DotNetComponentType - Type of the .NET Component.
EnvironmentProvisioningState - Provisioning state of the Environment.
ExecutionType - The execution type of the session pool.
ExtendedLocationTypes - The type of extendedLocation.
ForwardProxyConvention - The convention used to determine the url of the request made.
IdentitySettingsLifeCycle - Use to select the lifecycle stages of a Container App during which the Managed Identity should be available.
ImageType - The type of the image.
IngressClientCertificateMode - Client certificate mode for mTLS authentication.
IngressTargetPortHTTPScheme - Whether an http app listens on http or https.
IngressTransportMethod - Ingress transport protocol.
JavaComponentProvisioningState - Provisioning state of the Java Component.
JavaComponentType - Type of the Java Component.
JobExecutionRunningState - Current running State of the job.
JobProvisioningState - Provisioning state of the Container Apps Job.
JobRunningState - Current running state of the job.
Kind - Metadata used to render different experiences for resources of the same type; e.g.
Level - The specified logger's log level.
No description provided by the author
LogLevel - Sets the log level for the Dapr sidecar.
ManagedCertificateDomainControlValidation - Selected type of domain control validation for managed certificates.
ManagedServiceIdentityType - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
PatchApplyStatus - The status of the patch once it has been provisioned.
PatchingMode - Patching mode for the container app.
PatchType - The type for the patch.
PoolManagementType - The pool management type of the session pool.
PrivateEndpointConnectionProvisioningState - The current provisioning state.
PrivateEndpointServiceConnectionStatus - The private endpoint connection status.
PublicNetworkAccess - Property to allow or block all public traffic.
RevisionHealthState - Current health State of the revision.
RevisionProvisioningState - Current provisioning State of the revision.
RevisionRunningState - Current running state of the revision.
Scheme - Scheme to use for connecting to the host.
SessionNetworkStatus - Network status for the sessions.
SessionPoolProvisioningState - Provisioning state of the session pool.
SourceControlOperationState - Current provisioning State of the operation.
StorageType - Storage type for the volume.
TriggerType - Trigger type of the job.
Type - The type of probe.
UnauthenticatedClientActionV2 - The action to take when an unauthenticated client attempts to access the app.
WorkflowHealthState - Gets or sets the workflow health state.
WorkflowState - The workflow state.