Azure.ResourceManager.Applications.Containers.Models Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
AllowedPrincipals |
The configuration settings of the Azure Active Directory allowed principals. |
AppleProvider |
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. |
AppSecret |
Secret definition. |
AuthPlatform |
The configuration settings of the platform of ContainerApp Service Authentication/Authorization. |
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. |
CertificateProperties |
Certificate resource specific properties. |
CheckNameAvailabilityContent |
The check availability request body. |
CheckNameAvailabilityResponse |
The check availability result. |
ClientRegistration |
The configuration settings of the app registration for providers that have client ids and client secrets. |
ContainerAppCertificatePatch |
A certificate to update. |
ContainerAppConfiguration |
Non versioned Container App configuration properties that define the mutable settings of a Container app. |
ContainerAppContainer |
Container App container definition. |
ContainerAppLogin |
The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization. |
ContainerAppProbe |
Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic. |
ContainerAppScale |
Container App scaling configurations. |
ContainerAppScaleRule |
Container App container scaling rule. |
ContainerAppScaleRuleAuth |
Auth Secrets for Container App Scale Rule. |
ContainerAppSecret |
Container App Secret. |
ContainerAppTemplate |
Container App versioned application definition. Defines the desired state of an immutable revision. Any changes to this section Will result in a new revision being created |
ContainerAppVolume |
Volume definitions for the Container App. |
ContainerAppVolumeMount |
Volume mount for the Container App. |
ContainerResources |
Container App container resource requirements. |
CookieExpiration |
The configuration settings of the session cookie's expiration. |
CustomDomain |
Custom Domain of a Container App. |
CustomHostnameAnalysisResult |
Custom domain analysis. |
CustomOpenIdConnectProvider |
The configuration settings of the custom Open ID Connect provider. |
CustomScaleRule |
Container App container Custom scaling rule. |
DaprMetadata |
Dapr component metadata. |
DaprProvider |
Container App Dapr configuration. |
DefaultAuthorizationPolicy |
The configuration settings of the Azure Active Directory default authorization policy. |
DefaultErrorResponseError |
Error model. |
DefaultErrorResponseErrorDetailsItem |
Detailed errors. |
EnvironmentVar |
Container App container environment variable. |
FacebookProvider |
The configuration settings of the Facebook provider. |
ForwardProxy |
The configuration settings of a forward proxy used to make the requests. |
GithubActionConfiguration |
Configuration properties that define the mutable settings of a Container App SourceControl. |
GitHubProvider |
The configuration settings of the GitHub provider. |
GlobalValidation |
The configuration settings that determines the validation flow of users using ContainerApp Service Authentication/Authorization. |
GoogleProvider |
The configuration settings of the Google provider. |
HttpHeaderData |
HTTPHeader describes a custom header to be used in HTTP probes. |
HttpRequestData |
HTTPGet specifies the http request to perform. |
HttpScaleRule |
Container App container Custom scaling rule. |
HttpSettings |
The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization. |
IdentityProviders |
The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization. |
IngressProvider |
Container App Ingress configuration. |
JwtClaimChecks |
The configuration settings of the checks that should be made while validating the JWT Claims. |
LogAnalyticsConfiguration |
Log analytics configuration. |
LoginNonce |
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. |
QueueScaleRule |
Container App container Azure Queue based scaling rule. |
RegistryCredentials |
Container App Private Registry. |
RegistryInfo |
Container App registry information. |
ReplicaContainer |
Container object under Container App Revision Replica. |
TcpSocketRequestData |
TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported. |
TrafficWeight |
Traffic weight assigned to a revision. |
TwitterProvider |
The configuration settings of the Twitter provider. |
TwitterRegistration |
The configuration settings of the app registration for the Twitter provider. |
VnetConfiguration |
Configuration properties for apps environment to join a Virtual Network. |
Structs
AccessMode |
Access mode for storage. |
ActiveRevisionsMode |
ActiveRevisionsMode controls how active revisions are handled for the Container app: <list><item>Multiple: multiple revisions can be active.</item><item>Single: Only one revision can be active at a time. Revision weights can not be used in this mode. If no value if provided, this is the default.</item></list> |
AppProtocol |
Tells Dapr which protocol your application is using. Valid options are http and grpc. Default is http. |
BindingType |
Custom Domain binding type. |
CertificateProvisioningState |
Provisioning state of the certificate. |
CheckNameAvailabilityReason |
The reason why the given name is not available. |
ContainerAppProvisioningState |
Provisioning state of the Container App. |
EnvironmentProvisioningState |
Provisioning state of the Environment. |
HttpScheme |
Scheme to use for connecting to the host. Defaults to HTTP. |
IngressTransportMethod |
Ingress transport protocol. |
ProbeType |
The type of probe. |
RevisionHealthState |
Current health State of the revision. |
RevisionProvisioningState |
Current provisioning State of the revision. |
SourceControlOperationState |
Current provisioning State of the operation. |
StorageType |
Storage type for the volume. If not provided, use EmptyDir. |
Enums
CookieExpirationConvention |
The convention used when determining the session cookie's expiration. |
DnsVerificationTestResult |
DNS verification test result. |
ForwardProxyConvention |
The convention used to determine the url of the request made. |
UnauthenticatedClientActionV2 |
The action to take when an unauthenticated client attempts to access the app. |
Azure SDK for .NET