Versions in this module Expand all Collapse all v3 v3.1.0-beta.1 Oct 24, 2024 v3.0.0 Aug 21, 2024 Changes in this version + type AccessMode string + const AccessModeReadOnly + const AccessModeReadWrite + func PossibleAccessModeValues() []AccessMode + type Action string + const ActionAllow + const ActionDeny + func PossibleActionValues() []Action + type ActiveRevisionsMode string + const ActiveRevisionsModeMultiple + const ActiveRevisionsModeSingle + func PossibleActiveRevisionsModeValues() []ActiveRevisionsMode + type Affinity string + const AffinityNone + const AffinitySticky + func PossibleAffinityValues() []Affinity + type AllowedAudiencesValidation struct + AllowedAudiences []*string + func (a *AllowedAudiencesValidation) UnmarshalJSON(data []byte) error + func (a AllowedAudiencesValidation) MarshalJSON() ([]byte, error) + type AllowedPrincipals struct + Groups []*string + Identities []*string + func (a *AllowedPrincipals) UnmarshalJSON(data []byte) error + func (a AllowedPrincipals) MarshalJSON() ([]byte, error) + type AppLogsConfiguration struct + Destination *string + LogAnalyticsConfiguration *LogAnalyticsConfiguration + func (a *AppLogsConfiguration) UnmarshalJSON(data []byte) error + func (a AppLogsConfiguration) MarshalJSON() ([]byte, error) + type AppProtocol string + const AppProtocolGrpc + const AppProtocolHTTP + func PossibleAppProtocolValues() []AppProtocol + type AppRegistration struct + AppID *string + AppSecretSettingName *string + func (a *AppRegistration) UnmarshalJSON(data []byte) error + func (a AppRegistration) MarshalJSON() ([]byte, error) + type Apple struct + Enabled *bool + Login *LoginScopes + Registration *AppleRegistration + func (a *Apple) UnmarshalJSON(data []byte) error + func (a Apple) MarshalJSON() ([]byte, error) + type AppleRegistration struct + ClientID *string + ClientSecretSettingName *string + func (a *AppleRegistration) UnmarshalJSON(data []byte) error + func (a AppleRegistration) MarshalJSON() ([]byte, error) + type Applicability string + const ApplicabilityCustom + const ApplicabilityLocationDefault + func PossibleApplicabilityValues() []Applicability + type AuthConfig struct + ID *string + Name *string + Properties *AuthConfigProperties + SystemData *SystemData + Type *string + func (a *AuthConfig) UnmarshalJSON(data []byte) error + func (a AuthConfig) MarshalJSON() ([]byte, error) + type AuthConfigCollection struct + NextLink *string + Value []*AuthConfig + func (a *AuthConfigCollection) UnmarshalJSON(data []byte) error + func (a AuthConfigCollection) MarshalJSON() ([]byte, error) + type AuthConfigProperties struct + EncryptionSettings *EncryptionSettings + GlobalValidation *GlobalValidation + HTTPSettings *HTTPSettings + IdentityProviders *IdentityProviders + Login *Login + Platform *AuthPlatform + func (a *AuthConfigProperties) UnmarshalJSON(data []byte) error + func (a AuthConfigProperties) MarshalJSON() ([]byte, error) + type AuthPlatform struct + Enabled *bool + RuntimeVersion *string + func (a *AuthPlatform) UnmarshalJSON(data []byte) error + func (a AuthPlatform) MarshalJSON() ([]byte, error) + type AvailableOperations struct + NextLink *string + Value []*OperationDetail + func (a *AvailableOperations) UnmarshalJSON(data []byte) error + func (a AvailableOperations) MarshalJSON() ([]byte, error) + type AvailableWorkloadProfile struct + ID *string + Location *string + Name *string + Properties *AvailableWorkloadProfileProperties + SystemData *SystemData + Type *string + func (a *AvailableWorkloadProfile) UnmarshalJSON(data []byte) error + func (a AvailableWorkloadProfile) MarshalJSON() ([]byte, error) + type AvailableWorkloadProfileProperties struct + Applicability *Applicability + Category *string + Cores *int32 + DisplayName *string + Gpus *int32 + MemoryGiB *int32 + func (a *AvailableWorkloadProfileProperties) UnmarshalJSON(data []byte) error + func (a AvailableWorkloadProfileProperties) MarshalJSON() ([]byte, error) + type AvailableWorkloadProfilesClient struct + func NewAvailableWorkloadProfilesClient(subscriptionID string, credential azcore.TokenCredential, ...) (*AvailableWorkloadProfilesClient, error) + func (client *AvailableWorkloadProfilesClient) NewGetPager(location string, options *AvailableWorkloadProfilesClientGetOptions) *runtime.Pager[AvailableWorkloadProfilesClientGetResponse] + type AvailableWorkloadProfilesClientGetOptions struct + type AvailableWorkloadProfilesClientGetResponse struct + type AvailableWorkloadProfilesCollection struct + NextLink *string + Value []*AvailableWorkloadProfile + func (a *AvailableWorkloadProfilesCollection) UnmarshalJSON(data []byte) error + func (a AvailableWorkloadProfilesCollection) MarshalJSON() ([]byte, error) + type AzureActiveDirectory struct + Enabled *bool + IsAutoProvisioned *bool + Login *AzureActiveDirectoryLogin + Registration *AzureActiveDirectoryRegistration + Validation *AzureActiveDirectoryValidation + func (a *AzureActiveDirectory) UnmarshalJSON(data []byte) error + func (a AzureActiveDirectory) MarshalJSON() ([]byte, error) + type AzureActiveDirectoryLogin struct + DisableWWWAuthenticate *bool + LoginParameters []*string + func (a *AzureActiveDirectoryLogin) UnmarshalJSON(data []byte) error + func (a AzureActiveDirectoryLogin) MarshalJSON() ([]byte, error) + type AzureActiveDirectoryRegistration struct + ClientID *string + ClientSecretCertificateIssuer *string + ClientSecretCertificateSubjectAlternativeName *string + ClientSecretCertificateThumbprint *string + ClientSecretSettingName *string + OpenIDIssuer *string + func (a *AzureActiveDirectoryRegistration) UnmarshalJSON(data []byte) error + func (a AzureActiveDirectoryRegistration) MarshalJSON() ([]byte, error) + type AzureActiveDirectoryValidation struct + AllowedAudiences []*string + DefaultAuthorizationPolicy *DefaultAuthorizationPolicy + JwtClaimChecks *JwtClaimChecks + func (a *AzureActiveDirectoryValidation) UnmarshalJSON(data []byte) error + func (a AzureActiveDirectoryValidation) MarshalJSON() ([]byte, error) + type AzureCredentials struct + ClientID *string + ClientSecret *string + Kind *string + SubscriptionID *string + TenantID *string + func (a *AzureCredentials) UnmarshalJSON(data []byte) error + func (a AzureCredentials) MarshalJSON() ([]byte, error) + type AzureFileProperties struct + AccessMode *AccessMode + AccountKey *string + AccountName *string + ShareName *string + func (a *AzureFileProperties) UnmarshalJSON(data []byte) error + func (a AzureFileProperties) MarshalJSON() ([]byte, error) + type AzureStaticWebApps struct + Enabled *bool + Registration *AzureStaticWebAppsRegistration + func (a *AzureStaticWebApps) UnmarshalJSON(data []byte) error + func (a AzureStaticWebApps) MarshalJSON() ([]byte, error) + type AzureStaticWebAppsRegistration struct + ClientID *string + func (a *AzureStaticWebAppsRegistration) UnmarshalJSON(data []byte) error + func (a AzureStaticWebAppsRegistration) MarshalJSON() ([]byte, error) + type BaseContainer struct + Args []*string + Command []*string + Env []*EnvironmentVar + Image *string + Name *string + Resources *ContainerResources + VolumeMounts []*VolumeMount + func (b *BaseContainer) UnmarshalJSON(data []byte) error + func (b BaseContainer) MarshalJSON() ([]byte, error) + type BillingMeter struct + ID *string + Location *string + Name *string + Properties *BillingMeterProperties + SystemData *SystemData + Type *string + func (b *BillingMeter) UnmarshalJSON(data []byte) error + func (b BillingMeter) MarshalJSON() ([]byte, error) + type BillingMeterCollection struct + Value []*BillingMeter + func (b *BillingMeterCollection) UnmarshalJSON(data []byte) error + func (b BillingMeterCollection) MarshalJSON() ([]byte, error) + type BillingMeterProperties struct + Category *string + DisplayName *string + MeterType *string + func (b *BillingMeterProperties) UnmarshalJSON(data []byte) error + func (b BillingMeterProperties) MarshalJSON() ([]byte, error) + type BillingMetersClient struct + func NewBillingMetersClient(subscriptionID string, credential azcore.TokenCredential, ...) (*BillingMetersClient, error) + func (client *BillingMetersClient) Get(ctx context.Context, location string, options *BillingMetersClientGetOptions) (BillingMetersClientGetResponse, error) + type BillingMetersClientGetOptions struct + type BillingMetersClientGetResponse struct + type BindingType string + const BindingTypeDisabled + const BindingTypeSniEnabled + func PossibleBindingTypeValues() []BindingType + type BlobStorageTokenStore struct + SasURLSettingName *string + func (b *BlobStorageTokenStore) UnmarshalJSON(data []byte) error + func (b BlobStorageTokenStore) MarshalJSON() ([]byte, error) + type Certificate struct + ID *string + Location *string + Name *string + Properties *CertificateProperties + SystemData *SystemData + Tags map[string]*string + Type *string + func (c *Certificate) UnmarshalJSON(data []byte) error + func (c Certificate) MarshalJSON() ([]byte, error) + type CertificateCollection struct + NextLink *string + Value []*Certificate + func (c *CertificateCollection) UnmarshalJSON(data []byte) error + func (c CertificateCollection) MarshalJSON() ([]byte, error) + type CertificatePatch struct + Tags map[string]*string + func (c *CertificatePatch) UnmarshalJSON(data []byte) error + func (c CertificatePatch) MarshalJSON() ([]byte, error) + type CertificateProperties struct + ExpirationDate *time.Time + IssueDate *time.Time + Issuer *string + Password *string + ProvisioningState *CertificateProvisioningState + PublicKeyHash *string + SubjectAlternativeNames []*string + SubjectName *string + Thumbprint *string + Valid *bool + Value []byte + func (c *CertificateProperties) UnmarshalJSON(data []byte) error + func (c CertificateProperties) MarshalJSON() ([]byte, error) + type CertificateProvisioningState string + const CertificateProvisioningStateCanceled + const CertificateProvisioningStateDeleteFailed + const CertificateProvisioningStateFailed + const CertificateProvisioningStatePending + const CertificateProvisioningStateSucceeded + func PossibleCertificateProvisioningStateValues() []CertificateProvisioningState + type CertificatesClient struct + func NewCertificatesClient(subscriptionID string, credential azcore.TokenCredential, ...) (*CertificatesClient, error) + func (client *CertificatesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, environmentName string, ...) (CertificatesClientCreateOrUpdateResponse, error) + func (client *CertificatesClient) Delete(ctx context.Context, resourceGroupName string, environmentName string, ...) (CertificatesClientDeleteResponse, error) + func (client *CertificatesClient) Get(ctx context.Context, resourceGroupName string, environmentName string, ...) (CertificatesClientGetResponse, error) + func (client *CertificatesClient) NewListPager(resourceGroupName string, environmentName string, ...) *runtime.Pager[CertificatesClientListResponse] + func (client *CertificatesClient) Update(ctx context.Context, resourceGroupName string, environmentName string, ...) (CertificatesClientUpdateResponse, error) + type CertificatesClientCreateOrUpdateOptions struct + CertificateEnvelope *Certificate + type CertificatesClientCreateOrUpdateResponse struct + type CertificatesClientDeleteOptions struct + type CertificatesClientDeleteResponse struct + type CertificatesClientGetOptions struct + type CertificatesClientGetResponse struct + type CertificatesClientListOptions struct + type CertificatesClientListResponse struct + type CertificatesClientUpdateOptions struct + type CertificatesClientUpdateResponse struct + type CheckNameAvailabilityReason string + const CheckNameAvailabilityReasonAlreadyExists + const CheckNameAvailabilityReasonInvalid + func PossibleCheckNameAvailabilityReasonValues() []CheckNameAvailabilityReason + type CheckNameAvailabilityRequest struct + Name *string + Type *string + func (c *CheckNameAvailabilityRequest) UnmarshalJSON(data []byte) error + func (c CheckNameAvailabilityRequest) MarshalJSON() ([]byte, error) + type CheckNameAvailabilityResponse struct + Message *string + NameAvailable *bool + Reason *CheckNameAvailabilityReason + func (c *CheckNameAvailabilityResponse) UnmarshalJSON(data []byte) error + func (c CheckNameAvailabilityResponse) MarshalJSON() ([]byte, error) + type ClientFactory struct + func NewClientFactory(subscriptionID string, credential azcore.TokenCredential, ...) (*ClientFactory, error) + func (c *ClientFactory) NewAvailableWorkloadProfilesClient() *AvailableWorkloadProfilesClient + func (c *ClientFactory) NewBillingMetersClient() *BillingMetersClient + func (c *ClientFactory) NewCertificatesClient() *CertificatesClient + func (c *ClientFactory) NewConnectedEnvironmentsCertificatesClient() *ConnectedEnvironmentsCertificatesClient + func (c *ClientFactory) NewConnectedEnvironmentsClient() *ConnectedEnvironmentsClient + func (c *ClientFactory) NewConnectedEnvironmentsDaprComponentsClient() *ConnectedEnvironmentsDaprComponentsClient + func (c *ClientFactory) NewConnectedEnvironmentsStoragesClient() *ConnectedEnvironmentsStoragesClient + func (c *ClientFactory) NewContainerAppsAPIClient() *ContainerAppsAPIClient + func (c *ClientFactory) NewContainerAppsAuthConfigsClient() *ContainerAppsAuthConfigsClient + func (c *ClientFactory) NewContainerAppsClient() *ContainerAppsClient + func (c *ClientFactory) NewContainerAppsDiagnosticsClient() *ContainerAppsDiagnosticsClient + func (c *ClientFactory) NewContainerAppsRevisionReplicasClient() *ContainerAppsRevisionReplicasClient + func (c *ClientFactory) NewContainerAppsRevisionsClient() *ContainerAppsRevisionsClient + func (c *ClientFactory) NewContainerAppsSourceControlsClient() *ContainerAppsSourceControlsClient + func (c *ClientFactory) NewDaprComponentsClient() *DaprComponentsClient + func (c *ClientFactory) NewJobsClient() *JobsClient + func (c *ClientFactory) NewJobsExecutionsClient() *JobsExecutionsClient + func (c *ClientFactory) NewManagedCertificatesClient() *ManagedCertificatesClient + func (c *ClientFactory) NewManagedEnvironmentDiagnosticsClient() *ManagedEnvironmentDiagnosticsClient + func (c *ClientFactory) NewManagedEnvironmentUsagesClient() *ManagedEnvironmentUsagesClient + func (c *ClientFactory) NewManagedEnvironmentsClient() *ManagedEnvironmentsClient + func (c *ClientFactory) NewManagedEnvironmentsDiagnosticsClient() *ManagedEnvironmentsDiagnosticsClient + func (c *ClientFactory) NewManagedEnvironmentsStoragesClient() *ManagedEnvironmentsStoragesClient + func (c *ClientFactory) NewNamespacesClient() *NamespacesClient + func (c *ClientFactory) NewOperationsClient() *OperationsClient + func (c *ClientFactory) NewUsagesClient() *UsagesClient + type ClientRegistration struct + ClientID *string + ClientSecretSettingName *string + func (c *ClientRegistration) UnmarshalJSON(data []byte) error + func (c ClientRegistration) MarshalJSON() ([]byte, error) + type Configuration struct + ActiveRevisionsMode *ActiveRevisionsMode + Dapr *Dapr + Ingress *Ingress + MaxInactiveRevisions *int32 + Registries []*RegistryCredentials + Secrets []*Secret + Service *Service + func (c *Configuration) UnmarshalJSON(data []byte) error + func (c Configuration) MarshalJSON() ([]byte, error) + type ConnectedEnvironment struct + ExtendedLocation *ExtendedLocation + ID *string + Location *string + Name *string + Properties *ConnectedEnvironmentProperties + SystemData *SystemData + Tags map[string]*string + Type *string + func (c *ConnectedEnvironment) UnmarshalJSON(data []byte) error + func (c ConnectedEnvironment) MarshalJSON() ([]byte, error) + type ConnectedEnvironmentCollection struct + NextLink *string + Value []*ConnectedEnvironment + func (c *ConnectedEnvironmentCollection) UnmarshalJSON(data []byte) error + func (c ConnectedEnvironmentCollection) MarshalJSON() ([]byte, error) + type ConnectedEnvironmentProperties struct + CustomDomainConfiguration *CustomDomainConfiguration + DaprAIConnectionString *string + DefaultDomain *string + DeploymentErrors *string + ProvisioningState *ConnectedEnvironmentProvisioningState + StaticIP *string + func (c *ConnectedEnvironmentProperties) UnmarshalJSON(data []byte) error + func (c ConnectedEnvironmentProperties) MarshalJSON() ([]byte, error) + type ConnectedEnvironmentProvisioningState string + const ConnectedEnvironmentProvisioningStateCanceled + const ConnectedEnvironmentProvisioningStateFailed + const ConnectedEnvironmentProvisioningStateInfrastructureSetupComplete + const ConnectedEnvironmentProvisioningStateInfrastructureSetupInProgress + const ConnectedEnvironmentProvisioningStateInitializationInProgress + const ConnectedEnvironmentProvisioningStateScheduledForDelete + const ConnectedEnvironmentProvisioningStateSucceeded + const ConnectedEnvironmentProvisioningStateWaiting + func PossibleConnectedEnvironmentProvisioningStateValues() []ConnectedEnvironmentProvisioningState + type ConnectedEnvironmentStorage struct + ID *string + Name *string + Properties *ConnectedEnvironmentStorageProperties + SystemData *SystemData + Type *string + func (c *ConnectedEnvironmentStorage) UnmarshalJSON(data []byte) error + func (c ConnectedEnvironmentStorage) MarshalJSON() ([]byte, error) + type ConnectedEnvironmentStorageProperties struct + AzureFile *AzureFileProperties + func (c *ConnectedEnvironmentStorageProperties) UnmarshalJSON(data []byte) error + func (c ConnectedEnvironmentStorageProperties) MarshalJSON() ([]byte, error) + type ConnectedEnvironmentStoragesCollection struct + Value []*ConnectedEnvironmentStorage + func (c *ConnectedEnvironmentStoragesCollection) UnmarshalJSON(data []byte) error + func (c ConnectedEnvironmentStoragesCollection) MarshalJSON() ([]byte, error) + type ConnectedEnvironmentsCertificatesClient struct + func NewConnectedEnvironmentsCertificatesClient(subscriptionID string, credential azcore.TokenCredential, ...) (*ConnectedEnvironmentsCertificatesClient, error) + func (client *ConnectedEnvironmentsCertificatesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, connectedEnvironmentName string, ...) (ConnectedEnvironmentsCertificatesClientCreateOrUpdateResponse, error) + func (client *ConnectedEnvironmentsCertificatesClient) Delete(ctx context.Context, resourceGroupName string, connectedEnvironmentName string, ...) (ConnectedEnvironmentsCertificatesClientDeleteResponse, error) + func (client *ConnectedEnvironmentsCertificatesClient) Get(ctx context.Context, resourceGroupName string, connectedEnvironmentName string, ...) (ConnectedEnvironmentsCertificatesClientGetResponse, error) + func (client *ConnectedEnvironmentsCertificatesClient) NewListPager(resourceGroupName string, connectedEnvironmentName string, ...) *runtime.Pager[ConnectedEnvironmentsCertificatesClientListResponse] + func (client *ConnectedEnvironmentsCertificatesClient) Update(ctx context.Context, resourceGroupName string, connectedEnvironmentName string, ...) (ConnectedEnvironmentsCertificatesClientUpdateResponse, error) + type ConnectedEnvironmentsCertificatesClientCreateOrUpdateOptions struct + CertificateEnvelope *Certificate + type ConnectedEnvironmentsCertificatesClientCreateOrUpdateResponse struct + type ConnectedEnvironmentsCertificatesClientDeleteOptions struct + type ConnectedEnvironmentsCertificatesClientDeleteResponse struct + type ConnectedEnvironmentsCertificatesClientGetOptions struct + type ConnectedEnvironmentsCertificatesClientGetResponse struct + type ConnectedEnvironmentsCertificatesClientListOptions struct + type ConnectedEnvironmentsCertificatesClientListResponse struct + type ConnectedEnvironmentsCertificatesClientUpdateOptions struct + type ConnectedEnvironmentsCertificatesClientUpdateResponse struct + type ConnectedEnvironmentsClient struct + func NewConnectedEnvironmentsClient(subscriptionID string, credential azcore.TokenCredential, ...) (*ConnectedEnvironmentsClient, error) + func (client *ConnectedEnvironmentsClient) BeginCreateOrUpdate(ctx context.Context, resourceGroupName string, connectedEnvironmentName string, ...) (*runtime.Poller[ConnectedEnvironmentsClientCreateOrUpdateResponse], error) + func (client *ConnectedEnvironmentsClient) BeginDelete(ctx context.Context, resourceGroupName string, connectedEnvironmentName string, ...) (*runtime.Poller[ConnectedEnvironmentsClientDeleteResponse], error) + func (client *ConnectedEnvironmentsClient) CheckNameAvailability(ctx context.Context, resourceGroupName string, connectedEnvironmentName string, ...) (ConnectedEnvironmentsClientCheckNameAvailabilityResponse, error) + func (client *ConnectedEnvironmentsClient) Get(ctx context.Context, resourceGroupName string, connectedEnvironmentName string, ...) (ConnectedEnvironmentsClientGetResponse, error) + func (client *ConnectedEnvironmentsClient) NewListByResourceGroupPager(resourceGroupName string, ...) *runtime.Pager[ConnectedEnvironmentsClientListByResourceGroupResponse] + func (client *ConnectedEnvironmentsClient) NewListBySubscriptionPager(options *ConnectedEnvironmentsClientListBySubscriptionOptions) *runtime.Pager[ConnectedEnvironmentsClientListBySubscriptionResponse] + func (client *ConnectedEnvironmentsClient) Update(ctx context.Context, resourceGroupName string, connectedEnvironmentName string, ...) (ConnectedEnvironmentsClientUpdateResponse, error) + type ConnectedEnvironmentsClientBeginCreateOrUpdateOptions struct + ResumeToken string + type ConnectedEnvironmentsClientBeginDeleteOptions struct + ResumeToken string + type ConnectedEnvironmentsClientCheckNameAvailabilityOptions struct + type ConnectedEnvironmentsClientCheckNameAvailabilityResponse struct + type ConnectedEnvironmentsClientCreateOrUpdateResponse struct + type ConnectedEnvironmentsClientDeleteResponse struct + type ConnectedEnvironmentsClientGetOptions struct + type ConnectedEnvironmentsClientGetResponse struct + type ConnectedEnvironmentsClientListByResourceGroupOptions struct + type ConnectedEnvironmentsClientListByResourceGroupResponse struct + type ConnectedEnvironmentsClientListBySubscriptionOptions struct + type ConnectedEnvironmentsClientListBySubscriptionResponse struct + type ConnectedEnvironmentsClientUpdateOptions struct + type ConnectedEnvironmentsClientUpdateResponse struct + type ConnectedEnvironmentsDaprComponentsClient struct + func NewConnectedEnvironmentsDaprComponentsClient(subscriptionID string, credential azcore.TokenCredential, ...) (*ConnectedEnvironmentsDaprComponentsClient, error) + func (client *ConnectedEnvironmentsDaprComponentsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, connectedEnvironmentName string, ...) (ConnectedEnvironmentsDaprComponentsClientCreateOrUpdateResponse, error) + func (client *ConnectedEnvironmentsDaprComponentsClient) Delete(ctx context.Context, resourceGroupName string, connectedEnvironmentName string, ...) (ConnectedEnvironmentsDaprComponentsClientDeleteResponse, error) + func (client *ConnectedEnvironmentsDaprComponentsClient) Get(ctx context.Context, resourceGroupName string, connectedEnvironmentName string, ...) (ConnectedEnvironmentsDaprComponentsClientGetResponse, error) + func (client *ConnectedEnvironmentsDaprComponentsClient) ListSecrets(ctx context.Context, resourceGroupName string, connectedEnvironmentName string, ...) (ConnectedEnvironmentsDaprComponentsClientListSecretsResponse, error) + func (client *ConnectedEnvironmentsDaprComponentsClient) NewListPager(resourceGroupName string, connectedEnvironmentName string, ...) *runtime.Pager[ConnectedEnvironmentsDaprComponentsClientListResponse] + type ConnectedEnvironmentsDaprComponentsClientCreateOrUpdateOptions struct + type ConnectedEnvironmentsDaprComponentsClientCreateOrUpdateResponse struct + type ConnectedEnvironmentsDaprComponentsClientDeleteOptions struct + type ConnectedEnvironmentsDaprComponentsClientDeleteResponse struct + type ConnectedEnvironmentsDaprComponentsClientGetOptions struct + type ConnectedEnvironmentsDaprComponentsClientGetResponse struct + type ConnectedEnvironmentsDaprComponentsClientListOptions struct + type ConnectedEnvironmentsDaprComponentsClientListResponse struct + type ConnectedEnvironmentsDaprComponentsClientListSecretsOptions struct + type ConnectedEnvironmentsDaprComponentsClientListSecretsResponse struct + type ConnectedEnvironmentsStoragesClient struct + func NewConnectedEnvironmentsStoragesClient(subscriptionID string, credential azcore.TokenCredential, ...) (*ConnectedEnvironmentsStoragesClient, error) + func (client *ConnectedEnvironmentsStoragesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, connectedEnvironmentName string, ...) (ConnectedEnvironmentsStoragesClientCreateOrUpdateResponse, error) + func (client *ConnectedEnvironmentsStoragesClient) Delete(ctx context.Context, resourceGroupName string, connectedEnvironmentName string, ...) (ConnectedEnvironmentsStoragesClientDeleteResponse, error) + func (client *ConnectedEnvironmentsStoragesClient) Get(ctx context.Context, resourceGroupName string, connectedEnvironmentName string, ...) (ConnectedEnvironmentsStoragesClientGetResponse, error) + func (client *ConnectedEnvironmentsStoragesClient) List(ctx context.Context, resourceGroupName string, connectedEnvironmentName string, ...) (ConnectedEnvironmentsStoragesClientListResponse, error) + type ConnectedEnvironmentsStoragesClientCreateOrUpdateOptions struct + type ConnectedEnvironmentsStoragesClientCreateOrUpdateResponse struct + type ConnectedEnvironmentsStoragesClientDeleteOptions struct + type ConnectedEnvironmentsStoragesClientDeleteResponse struct + type ConnectedEnvironmentsStoragesClientGetOptions struct + type ConnectedEnvironmentsStoragesClientGetResponse struct + type ConnectedEnvironmentsStoragesClientListOptions struct + type ConnectedEnvironmentsStoragesClientListResponse struct + type Container struct + Args []*string + Command []*string + Env []*EnvironmentVar + Image *string + Name *string + Probes []*ContainerAppProbe + Resources *ContainerResources + VolumeMounts []*VolumeMount + func (c *Container) UnmarshalJSON(data []byte) error + func (c Container) MarshalJSON() ([]byte, error) + type ContainerApp struct + ExtendedLocation *ExtendedLocation + ID *string + Identity *ManagedServiceIdentity + Location *string + ManagedBy *string + Name *string + Properties *ContainerAppProperties + SystemData *SystemData + Tags map[string]*string + Type *string + func (c *ContainerApp) UnmarshalJSON(data []byte) error + func (c ContainerApp) MarshalJSON() ([]byte, error) + type ContainerAppAuthToken struct + ID *string + Location *string + Name *string + Properties *ContainerAppAuthTokenProperties + SystemData *SystemData + Tags map[string]*string + Type *string + func (c *ContainerAppAuthToken) UnmarshalJSON(data []byte) error + func (c ContainerAppAuthToken) MarshalJSON() ([]byte, error) + type ContainerAppAuthTokenProperties struct + Expires *time.Time + Token *string + func (c *ContainerAppAuthTokenProperties) UnmarshalJSON(data []byte) error + func (c ContainerAppAuthTokenProperties) MarshalJSON() ([]byte, error) + type ContainerAppCollection struct + NextLink *string + Value []*ContainerApp + func (c *ContainerAppCollection) UnmarshalJSON(data []byte) error + func (c ContainerAppCollection) MarshalJSON() ([]byte, error) + type ContainerAppContainerRunningState string + const ContainerAppContainerRunningStateRunning + const ContainerAppContainerRunningStateTerminated + const ContainerAppContainerRunningStateWaiting + func PossibleContainerAppContainerRunningStateValues() []ContainerAppContainerRunningState + type ContainerAppJobExecutions struct + NextLink *string + Value []*JobExecution + func (c *ContainerAppJobExecutions) UnmarshalJSON(data []byte) error + func (c ContainerAppJobExecutions) MarshalJSON() ([]byte, error) + type ContainerAppProbe struct + FailureThreshold *int32 + HTTPGet *ContainerAppProbeHTTPGet + InitialDelaySeconds *int32 + PeriodSeconds *int32 + SuccessThreshold *int32 + TCPSocket *ContainerAppProbeTCPSocket + TerminationGracePeriodSeconds *int64 + TimeoutSeconds *int32 + Type *Type + func (c *ContainerAppProbe) UnmarshalJSON(data []byte) error + func (c ContainerAppProbe) MarshalJSON() ([]byte, error) + type ContainerAppProbeHTTPGet struct + HTTPHeaders []*ContainerAppProbeHTTPGetHTTPHeadersItem + Host *string + Path *string + Port *int32 + Scheme *Scheme + func (c *ContainerAppProbeHTTPGet) UnmarshalJSON(data []byte) error + func (c ContainerAppProbeHTTPGet) MarshalJSON() ([]byte, error) + type ContainerAppProbeHTTPGetHTTPHeadersItem struct + Name *string + Value *string + func (c *ContainerAppProbeHTTPGetHTTPHeadersItem) UnmarshalJSON(data []byte) error + func (c ContainerAppProbeHTTPGetHTTPHeadersItem) MarshalJSON() ([]byte, error) + type ContainerAppProbeTCPSocket struct + Host *string + Port *int32 + func (c *ContainerAppProbeTCPSocket) UnmarshalJSON(data []byte) error + func (c ContainerAppProbeTCPSocket) MarshalJSON() ([]byte, error) + type ContainerAppProperties struct + Configuration *Configuration + CustomDomainVerificationID *string + EnvironmentID *string + EventStreamEndpoint *string + LatestReadyRevisionName *string + LatestRevisionFqdn *string + LatestRevisionName *string + ManagedEnvironmentID *string + OutboundIPAddresses []*string + ProvisioningState *ContainerAppProvisioningState + Template *Template + WorkloadProfileName *string + func (c *ContainerAppProperties) UnmarshalJSON(data []byte) error + func (c ContainerAppProperties) MarshalJSON() ([]byte, error) + type ContainerAppProvisioningState string + const ContainerAppProvisioningStateCanceled + const ContainerAppProvisioningStateDeleting + const ContainerAppProvisioningStateFailed + const ContainerAppProvisioningStateInProgress + const ContainerAppProvisioningStateSucceeded + func PossibleContainerAppProvisioningStateValues() []ContainerAppProvisioningState + type ContainerAppReplicaRunningState string + const ContainerAppReplicaRunningStateNotRunning + const ContainerAppReplicaRunningStateRunning + const ContainerAppReplicaRunningStateUnknown + func PossibleContainerAppReplicaRunningStateValues() []ContainerAppReplicaRunningState + type ContainerAppSecret struct + Identity *string + KeyVaultURL *string + Name *string + Value *string + func (c *ContainerAppSecret) UnmarshalJSON(data []byte) error + func (c ContainerAppSecret) MarshalJSON() ([]byte, error) + type ContainerAppsAPIClient struct + func NewContainerAppsAPIClient(subscriptionID string, credential azcore.TokenCredential, ...) (*ContainerAppsAPIClient, error) + func (client *ContainerAppsAPIClient) GetCustomDomainVerificationID(ctx context.Context, ...) (ContainerAppsAPIClientGetCustomDomainVerificationIDResponse, error) + func (client *ContainerAppsAPIClient) JobExecution(ctx context.Context, resourceGroupName string, jobName string, ...) (ContainerAppsAPIClientJobExecutionResponse, error) + type ContainerAppsAPIClientGetCustomDomainVerificationIDOptions struct + type ContainerAppsAPIClientGetCustomDomainVerificationIDResponse struct + Value *string + type ContainerAppsAPIClientJobExecutionOptions struct + type ContainerAppsAPIClientJobExecutionResponse struct + type ContainerAppsAuthConfigsClient struct + func NewContainerAppsAuthConfigsClient(subscriptionID string, credential azcore.TokenCredential, ...) (*ContainerAppsAuthConfigsClient, error) + func (client *ContainerAppsAuthConfigsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, containerAppName string, ...) (ContainerAppsAuthConfigsClientCreateOrUpdateResponse, error) + func (client *ContainerAppsAuthConfigsClient) Delete(ctx context.Context, resourceGroupName string, containerAppName string, ...) (ContainerAppsAuthConfigsClientDeleteResponse, error) + func (client *ContainerAppsAuthConfigsClient) Get(ctx context.Context, resourceGroupName string, containerAppName string, ...) (ContainerAppsAuthConfigsClientGetResponse, error) + func (client *ContainerAppsAuthConfigsClient) NewListByContainerAppPager(resourceGroupName string, containerAppName string, ...) *runtime.Pager[ContainerAppsAuthConfigsClientListByContainerAppResponse] + type ContainerAppsAuthConfigsClientCreateOrUpdateOptions struct + type ContainerAppsAuthConfigsClientCreateOrUpdateResponse struct + type ContainerAppsAuthConfigsClientDeleteOptions struct + type ContainerAppsAuthConfigsClientDeleteResponse struct + type ContainerAppsAuthConfigsClientGetOptions struct + type ContainerAppsAuthConfigsClientGetResponse struct + type ContainerAppsAuthConfigsClientListByContainerAppOptions struct + type ContainerAppsAuthConfigsClientListByContainerAppResponse struct + type ContainerAppsClient struct + func NewContainerAppsClient(subscriptionID string, credential azcore.TokenCredential, ...) (*ContainerAppsClient, error) + func (client *ContainerAppsClient) BeginCreateOrUpdate(ctx context.Context, resourceGroupName string, containerAppName string, ...) (*runtime.Poller[ContainerAppsClientCreateOrUpdateResponse], error) + func (client *ContainerAppsClient) BeginDelete(ctx context.Context, resourceGroupName string, containerAppName string, ...) (*runtime.Poller[ContainerAppsClientDeleteResponse], error) + func (client *ContainerAppsClient) BeginStart(ctx context.Context, resourceGroupName string, containerAppName string, ...) (*runtime.Poller[ContainerAppsClientStartResponse], error) + func (client *ContainerAppsClient) BeginStop(ctx context.Context, resourceGroupName string, containerAppName string, ...) (*runtime.Poller[ContainerAppsClientStopResponse], error) + func (client *ContainerAppsClient) BeginUpdate(ctx context.Context, resourceGroupName string, containerAppName string, ...) (*runtime.Poller[ContainerAppsClientUpdateResponse], error) + func (client *ContainerAppsClient) Get(ctx context.Context, resourceGroupName string, containerAppName string, ...) (ContainerAppsClientGetResponse, error) + func (client *ContainerAppsClient) GetAuthToken(ctx context.Context, resourceGroupName string, containerAppName string, ...) (ContainerAppsClientGetAuthTokenResponse, error) + func (client *ContainerAppsClient) ListCustomHostNameAnalysis(ctx context.Context, resourceGroupName string, containerAppName string, ...) (ContainerAppsClientListCustomHostNameAnalysisResponse, error) + func (client *ContainerAppsClient) ListSecrets(ctx context.Context, resourceGroupName string, containerAppName string, ...) (ContainerAppsClientListSecretsResponse, error) + func (client *ContainerAppsClient) NewListByResourceGroupPager(resourceGroupName string, ...) *runtime.Pager[ContainerAppsClientListByResourceGroupResponse] + func (client *ContainerAppsClient) NewListBySubscriptionPager(options *ContainerAppsClientListBySubscriptionOptions) *runtime.Pager[ContainerAppsClientListBySubscriptionResponse] + type ContainerAppsClientBeginCreateOrUpdateOptions struct + ResumeToken string + type ContainerAppsClientBeginDeleteOptions struct + ResumeToken string + type ContainerAppsClientBeginStartOptions struct + ResumeToken string + type ContainerAppsClientBeginStopOptions struct + ResumeToken string + type ContainerAppsClientBeginUpdateOptions struct + ResumeToken string + type ContainerAppsClientCreateOrUpdateResponse struct + type ContainerAppsClientDeleteResponse struct + type ContainerAppsClientGetAuthTokenOptions struct + type ContainerAppsClientGetAuthTokenResponse struct + type ContainerAppsClientGetOptions struct + type ContainerAppsClientGetResponse struct + type ContainerAppsClientListByResourceGroupOptions struct + type ContainerAppsClientListByResourceGroupResponse struct + type ContainerAppsClientListBySubscriptionOptions struct + type ContainerAppsClientListBySubscriptionResponse struct + type ContainerAppsClientListCustomHostNameAnalysisOptions struct + CustomHostname *string + type ContainerAppsClientListCustomHostNameAnalysisResponse struct + type ContainerAppsClientListSecretsOptions struct + type ContainerAppsClientListSecretsResponse struct + type ContainerAppsClientStartResponse struct + type ContainerAppsClientStopResponse struct + type ContainerAppsClientUpdateResponse struct + type ContainerAppsDiagnosticsClient struct + func NewContainerAppsDiagnosticsClient(subscriptionID string, credential azcore.TokenCredential, ...) (*ContainerAppsDiagnosticsClient, error) + func (client *ContainerAppsDiagnosticsClient) GetDetector(ctx context.Context, resourceGroupName string, containerAppName string, ...) (ContainerAppsDiagnosticsClientGetDetectorResponse, error) + func (client *ContainerAppsDiagnosticsClient) GetRevision(ctx context.Context, resourceGroupName string, containerAppName string, ...) (ContainerAppsDiagnosticsClientGetRevisionResponse, error) + func (client *ContainerAppsDiagnosticsClient) GetRoot(ctx context.Context, resourceGroupName string, containerAppName string, ...) (ContainerAppsDiagnosticsClientGetRootResponse, error) + func (client *ContainerAppsDiagnosticsClient) NewListDetectorsPager(resourceGroupName string, containerAppName string, ...) *runtime.Pager[ContainerAppsDiagnosticsClientListDetectorsResponse] + func (client *ContainerAppsDiagnosticsClient) NewListRevisionsPager(resourceGroupName string, containerAppName string, ...) *runtime.Pager[ContainerAppsDiagnosticsClientListRevisionsResponse] + type ContainerAppsDiagnosticsClientGetDetectorOptions struct + type ContainerAppsDiagnosticsClientGetDetectorResponse struct + type ContainerAppsDiagnosticsClientGetRevisionOptions struct + type ContainerAppsDiagnosticsClientGetRevisionResponse struct + type ContainerAppsDiagnosticsClientGetRootOptions struct + type ContainerAppsDiagnosticsClientGetRootResponse struct + type ContainerAppsDiagnosticsClientListDetectorsOptions struct + type ContainerAppsDiagnosticsClientListDetectorsResponse struct + type ContainerAppsDiagnosticsClientListRevisionsOptions struct + Filter *string + type ContainerAppsDiagnosticsClientListRevisionsResponse struct + type ContainerAppsRevisionReplicasClient struct + func NewContainerAppsRevisionReplicasClient(subscriptionID string, credential azcore.TokenCredential, ...) (*ContainerAppsRevisionReplicasClient, error) + func (client *ContainerAppsRevisionReplicasClient) GetReplica(ctx context.Context, resourceGroupName string, containerAppName string, ...) (ContainerAppsRevisionReplicasClientGetReplicaResponse, error) + func (client *ContainerAppsRevisionReplicasClient) ListReplicas(ctx context.Context, resourceGroupName string, containerAppName string, ...) (ContainerAppsRevisionReplicasClientListReplicasResponse, error) + type ContainerAppsRevisionReplicasClientGetReplicaOptions struct + type ContainerAppsRevisionReplicasClientGetReplicaResponse struct + type ContainerAppsRevisionReplicasClientListReplicasOptions struct + type ContainerAppsRevisionReplicasClientListReplicasResponse struct + type ContainerAppsRevisionsClient struct + func NewContainerAppsRevisionsClient(subscriptionID string, credential azcore.TokenCredential, ...) (*ContainerAppsRevisionsClient, error) + func (client *ContainerAppsRevisionsClient) ActivateRevision(ctx context.Context, resourceGroupName string, containerAppName string, ...) (ContainerAppsRevisionsClientActivateRevisionResponse, error) + func (client *ContainerAppsRevisionsClient) DeactivateRevision(ctx context.Context, resourceGroupName string, containerAppName string, ...) (ContainerAppsRevisionsClientDeactivateRevisionResponse, error) + func (client *ContainerAppsRevisionsClient) GetRevision(ctx context.Context, resourceGroupName string, containerAppName string, ...) (ContainerAppsRevisionsClientGetRevisionResponse, error) + func (client *ContainerAppsRevisionsClient) NewListRevisionsPager(resourceGroupName string, containerAppName string, ...) *runtime.Pager[ContainerAppsRevisionsClientListRevisionsResponse] + func (client *ContainerAppsRevisionsClient) RestartRevision(ctx context.Context, resourceGroupName string, containerAppName string, ...) (ContainerAppsRevisionsClientRestartRevisionResponse, error) + type ContainerAppsRevisionsClientActivateRevisionOptions struct + type ContainerAppsRevisionsClientActivateRevisionResponse struct + type ContainerAppsRevisionsClientDeactivateRevisionOptions struct + type ContainerAppsRevisionsClientDeactivateRevisionResponse struct + type ContainerAppsRevisionsClientGetRevisionOptions struct + type ContainerAppsRevisionsClientGetRevisionResponse struct + type ContainerAppsRevisionsClientListRevisionsOptions struct + Filter *string + type ContainerAppsRevisionsClientListRevisionsResponse struct + type ContainerAppsRevisionsClientRestartRevisionOptions struct + type ContainerAppsRevisionsClientRestartRevisionResponse struct + type ContainerAppsSourceControlsClient struct + func NewContainerAppsSourceControlsClient(subscriptionID string, credential azcore.TokenCredential, ...) (*ContainerAppsSourceControlsClient, error) + func (client *ContainerAppsSourceControlsClient) BeginCreateOrUpdate(ctx context.Context, resourceGroupName string, containerAppName string, ...) (*runtime.Poller[ContainerAppsSourceControlsClientCreateOrUpdateResponse], ...) + func (client *ContainerAppsSourceControlsClient) BeginDelete(ctx context.Context, resourceGroupName string, containerAppName string, ...) (*runtime.Poller[ContainerAppsSourceControlsClientDeleteResponse], error) + func (client *ContainerAppsSourceControlsClient) Get(ctx context.Context, resourceGroupName string, containerAppName string, ...) (ContainerAppsSourceControlsClientGetResponse, error) + func (client *ContainerAppsSourceControlsClient) NewListByContainerAppPager(resourceGroupName string, containerAppName string, ...) *runtime.Pager[ContainerAppsSourceControlsClientListByContainerAppResponse] + type ContainerAppsSourceControlsClientBeginCreateOrUpdateOptions struct + ResumeToken string + type ContainerAppsSourceControlsClientBeginDeleteOptions struct + ResumeToken string + type ContainerAppsSourceControlsClientCreateOrUpdateResponse struct + type ContainerAppsSourceControlsClientDeleteResponse struct + type ContainerAppsSourceControlsClientGetOptions struct + type ContainerAppsSourceControlsClientGetResponse struct + type ContainerAppsSourceControlsClientListByContainerAppOptions struct + type ContainerAppsSourceControlsClientListByContainerAppResponse struct + type ContainerResources struct + CPU *float64 + EphemeralStorage *string + Memory *string + func (c *ContainerResources) UnmarshalJSON(data []byte) error + func (c ContainerResources) MarshalJSON() ([]byte, error) + type CookieExpiration struct + Convention *CookieExpirationConvention + TimeToExpiration *string + func (c *CookieExpiration) UnmarshalJSON(data []byte) error + func (c CookieExpiration) MarshalJSON() ([]byte, error) + type CookieExpirationConvention string + const CookieExpirationConventionFixedTime + const CookieExpirationConventionIdentityProviderDerived + func PossibleCookieExpirationConventionValues() []CookieExpirationConvention + type CorsPolicy struct + AllowCredentials *bool + AllowedHeaders []*string + AllowedMethods []*string + AllowedOrigins []*string + ExposeHeaders []*string + MaxAge *int32 + func (c *CorsPolicy) UnmarshalJSON(data []byte) error + func (c CorsPolicy) MarshalJSON() ([]byte, error) + type CreatedByType string + const CreatedByTypeApplication + const CreatedByTypeKey + const CreatedByTypeManagedIdentity + const CreatedByTypeUser + func PossibleCreatedByTypeValues() []CreatedByType + type CustomDomain struct + BindingType *BindingType + CertificateID *string + Name *string + func (c *CustomDomain) UnmarshalJSON(data []byte) error + func (c CustomDomain) MarshalJSON() ([]byte, error) + type CustomDomainConfiguration struct + CertificatePassword *string + CertificateValue []byte + CustomDomainVerificationID *string + DNSSuffix *string + ExpirationDate *time.Time + SubjectName *string + Thumbprint *string + func (c *CustomDomainConfiguration) UnmarshalJSON(data []byte) error + func (c CustomDomainConfiguration) MarshalJSON() ([]byte, error) + type CustomHostnameAnalysisResult struct + ARecords []*string + AlternateCNameRecords []*string + AlternateTxtRecords []*string + CNameRecords []*string + ConflictWithEnvironmentCustomDomain *bool + ConflictingContainerAppResourceID *string + CustomDomainVerificationFailureInfo *CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo + CustomDomainVerificationTest *DNSVerificationTestResult + HasConflictOnManagedEnvironment *bool + HostName *string + IsHostnameAlreadyVerified *bool + TxtRecords []*string + func (c *CustomHostnameAnalysisResult) UnmarshalJSON(data []byte) error + func (c CustomHostnameAnalysisResult) MarshalJSON() ([]byte, error) + type CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo struct + Code *string + Details []*CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem + Message *string + Target *string + func (c *CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo) UnmarshalJSON(data []byte) error + func (c CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo) MarshalJSON() ([]byte, error) + type CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem struct + Code *string + Message *string + Target *string + func (c *CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem) UnmarshalJSON(data []byte) error + func (c CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem) MarshalJSON() ([]byte, error) + type CustomOpenIDConnectProvider struct + Enabled *bool + Login *OpenIDConnectLogin + Registration *OpenIDConnectRegistration + func (c *CustomOpenIDConnectProvider) UnmarshalJSON(data []byte) error + func (c CustomOpenIDConnectProvider) MarshalJSON() ([]byte, error) + type CustomScaleRule struct + Auth []*ScaleRuleAuth + Metadata map[string]*string + Type *string + func (c *CustomScaleRule) UnmarshalJSON(data []byte) error + func (c CustomScaleRule) MarshalJSON() ([]byte, error) + type DNSVerificationTestResult string + const DNSVerificationTestResultFailed + const DNSVerificationTestResultPassed + const DNSVerificationTestResultSkipped + func PossibleDNSVerificationTestResultValues() []DNSVerificationTestResult + type Dapr struct + AppID *string + AppPort *int32 + AppProtocol *AppProtocol + EnableAPILogging *bool + Enabled *bool + HTTPMaxRequestSize *int32 + HTTPReadBufferSize *int32 + LogLevel *LogLevel + func (d *Dapr) UnmarshalJSON(data []byte) error + func (d Dapr) MarshalJSON() ([]byte, error) + type DaprComponent struct + ID *string + Name *string + Properties *DaprComponentProperties + SystemData *SystemData + Type *string + func (d *DaprComponent) UnmarshalJSON(data []byte) error + func (d DaprComponent) MarshalJSON() ([]byte, error) + type DaprComponentProperties struct + ComponentType *string + IgnoreErrors *bool + InitTimeout *string + Metadata []*DaprMetadata + Scopes []*string + SecretStoreComponent *string + Secrets []*Secret + Version *string + func (d *DaprComponentProperties) UnmarshalJSON(data []byte) error + func (d DaprComponentProperties) MarshalJSON() ([]byte, error) + type DaprComponentsClient struct + func NewDaprComponentsClient(subscriptionID string, credential azcore.TokenCredential, ...) (*DaprComponentsClient, error) + func (client *DaprComponentsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, environmentName string, ...) (DaprComponentsClientCreateOrUpdateResponse, error) + func (client *DaprComponentsClient) Delete(ctx context.Context, resourceGroupName string, environmentName string, ...) (DaprComponentsClientDeleteResponse, error) + func (client *DaprComponentsClient) Get(ctx context.Context, resourceGroupName string, environmentName string, ...) (DaprComponentsClientGetResponse, error) + func (client *DaprComponentsClient) ListSecrets(ctx context.Context, resourceGroupName string, environmentName string, ...) (DaprComponentsClientListSecretsResponse, error) + func (client *DaprComponentsClient) NewListPager(resourceGroupName string, environmentName string, ...) *runtime.Pager[DaprComponentsClientListResponse] + type DaprComponentsClientCreateOrUpdateOptions struct + type DaprComponentsClientCreateOrUpdateResponse struct + type DaprComponentsClientDeleteOptions struct + type DaprComponentsClientDeleteResponse struct + type DaprComponentsClientGetOptions struct + type DaprComponentsClientGetResponse struct + type DaprComponentsClientListOptions struct + type DaprComponentsClientListResponse struct + type DaprComponentsClientListSecretsOptions struct + type DaprComponentsClientListSecretsResponse struct + type DaprComponentsCollection struct + NextLink *string + Value []*DaprComponent + func (d *DaprComponentsCollection) UnmarshalJSON(data []byte) error + func (d DaprComponentsCollection) MarshalJSON() ([]byte, error) + type DaprConfiguration struct + Version *string + func (d *DaprConfiguration) UnmarshalJSON(data []byte) error + func (d DaprConfiguration) MarshalJSON() ([]byte, error) + type DaprMetadata struct + Name *string + SecretRef *string + Value *string + func (d *DaprMetadata) UnmarshalJSON(data []byte) error + func (d DaprMetadata) MarshalJSON() ([]byte, error) + type DaprSecret struct + Name *string + Value *string + func (d *DaprSecret) UnmarshalJSON(data []byte) error + func (d DaprSecret) MarshalJSON() ([]byte, error) + type DaprSecretsCollection struct + Value []*DaprSecret + func (d *DaprSecretsCollection) UnmarshalJSON(data []byte) error + func (d DaprSecretsCollection) MarshalJSON() ([]byte, error) + type DefaultAuthorizationPolicy struct + AllowedApplications []*string + AllowedPrincipals *AllowedPrincipals + func (d *DefaultAuthorizationPolicy) UnmarshalJSON(data []byte) error + func (d DefaultAuthorizationPolicy) MarshalJSON() ([]byte, error) + type DefaultErrorResponse struct + Error *DefaultErrorResponseError + func (d *DefaultErrorResponse) UnmarshalJSON(data []byte) error + func (d DefaultErrorResponse) MarshalJSON() ([]byte, error) + type DefaultErrorResponseError struct + Code *string + Details []*DefaultErrorResponseErrorDetailsItem + Innererror *string + Message *string + Target *string + func (d *DefaultErrorResponseError) UnmarshalJSON(data []byte) error + func (d DefaultErrorResponseError) MarshalJSON() ([]byte, error) + type DefaultErrorResponseErrorDetailsItem struct + Code *string + Message *string + Target *string + func (d *DefaultErrorResponseErrorDetailsItem) UnmarshalJSON(data []byte) error + func (d DefaultErrorResponseErrorDetailsItem) MarshalJSON() ([]byte, error) + type DiagnosticDataProviderMetadata struct + PropertyBag []*DiagnosticDataProviderMetadataPropertyBagItem + ProviderName *string + func (d *DiagnosticDataProviderMetadata) UnmarshalJSON(data []byte) error + func (d DiagnosticDataProviderMetadata) MarshalJSON() ([]byte, error) + type DiagnosticDataProviderMetadataPropertyBagItem struct + Name *string + Value *string + func (d *DiagnosticDataProviderMetadataPropertyBagItem) UnmarshalJSON(data []byte) error + func (d DiagnosticDataProviderMetadataPropertyBagItem) MarshalJSON() ([]byte, error) + type DiagnosticDataTableResponseColumn struct + ColumnName *string + ColumnType *string + DataType *string + func (d *DiagnosticDataTableResponseColumn) UnmarshalJSON(data []byte) error + func (d DiagnosticDataTableResponseColumn) MarshalJSON() ([]byte, error) + type DiagnosticDataTableResponseObject struct + Columns []*DiagnosticDataTableResponseColumn + Rows []any + TableName *string + func (d *DiagnosticDataTableResponseObject) UnmarshalJSON(data []byte) error + func (d DiagnosticDataTableResponseObject) MarshalJSON() ([]byte, error) + type DiagnosticRendering struct + Description *string + IsVisible *bool + Title *string + Type *int32 + func (d *DiagnosticRendering) UnmarshalJSON(data []byte) error + func (d DiagnosticRendering) MarshalJSON() ([]byte, error) + type DiagnosticSupportTopic struct + ID *string + PesID *string + func (d *DiagnosticSupportTopic) UnmarshalJSON(data []byte) error + func (d DiagnosticSupportTopic) MarshalJSON() ([]byte, error) + type Diagnostics struct + ID *string + Name *string + Properties *DiagnosticsProperties + SystemData *SystemData + Type *string + func (d *Diagnostics) UnmarshalJSON(data []byte) error + func (d Diagnostics) MarshalJSON() ([]byte, error) + type DiagnosticsCollection struct + NextLink *string + Value []*Diagnostics + func (d *DiagnosticsCollection) UnmarshalJSON(data []byte) error + func (d DiagnosticsCollection) MarshalJSON() ([]byte, error) + type DiagnosticsDataAPIResponse struct + RenderingProperties *DiagnosticRendering + Table *DiagnosticDataTableResponseObject + func (d *DiagnosticsDataAPIResponse) UnmarshalJSON(data []byte) error + func (d DiagnosticsDataAPIResponse) MarshalJSON() ([]byte, error) + type DiagnosticsDefinition struct + AnalysisTypes []*string + Author *string + Category *string + Description *string + ID *string + Name *string + Score *float32 + SupportTopicList []*DiagnosticSupportTopic + Type *string + func (d *DiagnosticsDefinition) UnmarshalJSON(data []byte) error + func (d DiagnosticsDefinition) MarshalJSON() ([]byte, error) + type DiagnosticsProperties struct + DataProviderMetadata *DiagnosticDataProviderMetadata + Dataset []*DiagnosticsDataAPIResponse + Metadata *DiagnosticsDefinition + Status *DiagnosticsStatus + func (d *DiagnosticsProperties) UnmarshalJSON(data []byte) error + func (d DiagnosticsProperties) MarshalJSON() ([]byte, error) + type DiagnosticsStatus struct + Message *string + StatusID *int32 + func (d *DiagnosticsStatus) UnmarshalJSON(data []byte) error + func (d DiagnosticsStatus) MarshalJSON() ([]byte, error) + type EncryptionSettings struct + ContainerAppAuthEncryptionSecretName *string + ContainerAppAuthSigningSecretName *string + func (e *EncryptionSettings) UnmarshalJSON(data []byte) error + func (e EncryptionSettings) MarshalJSON() ([]byte, error) + type EnvironmentAuthToken struct + ID *string + Location *string + Name *string + Properties *EnvironmentAuthTokenProperties + SystemData *SystemData + Tags map[string]*string + Type *string + func (e *EnvironmentAuthToken) UnmarshalJSON(data []byte) error + func (e EnvironmentAuthToken) MarshalJSON() ([]byte, error) + type EnvironmentAuthTokenProperties struct + Expires *time.Time + Token *string + func (e *EnvironmentAuthTokenProperties) UnmarshalJSON(data []byte) error + func (e EnvironmentAuthTokenProperties) MarshalJSON() ([]byte, error) + type EnvironmentProvisioningState string + const EnvironmentProvisioningStateCanceled + const EnvironmentProvisioningStateFailed + const EnvironmentProvisioningStateInfrastructureSetupComplete + const EnvironmentProvisioningStateInfrastructureSetupInProgress + const EnvironmentProvisioningStateInitializationInProgress + const EnvironmentProvisioningStateScheduledForDelete + const EnvironmentProvisioningStateSucceeded + const EnvironmentProvisioningStateUpgradeFailed + const EnvironmentProvisioningStateUpgradeRequested + const EnvironmentProvisioningStateWaiting + func PossibleEnvironmentProvisioningStateValues() []EnvironmentProvisioningState + type EnvironmentVar struct + Name *string + SecretRef *string + Value *string + func (e *EnvironmentVar) UnmarshalJSON(data []byte) error + func (e EnvironmentVar) MarshalJSON() ([]byte, error) + type ErrorAdditionalInfo struct + Info any + Type *string + func (e *ErrorAdditionalInfo) UnmarshalJSON(data []byte) error + func (e ErrorAdditionalInfo) MarshalJSON() ([]byte, error) + type ErrorDetail struct + AdditionalInfo []*ErrorAdditionalInfo + Code *string + Details []*ErrorDetail + Message *string + Target *string + func (e *ErrorDetail) UnmarshalJSON(data []byte) error + func (e ErrorDetail) MarshalJSON() ([]byte, error) + type ErrorResponse struct + Error *ErrorDetail + func (e *ErrorResponse) UnmarshalJSON(data []byte) error + func (e ErrorResponse) MarshalJSON() ([]byte, error) + type ExtendedLocation struct + Name *string + Type *ExtendedLocationTypes + func (e *ExtendedLocation) UnmarshalJSON(data []byte) error + func (e ExtendedLocation) MarshalJSON() ([]byte, error) + type ExtendedLocationTypes string + const ExtendedLocationTypesCustomLocation + func PossibleExtendedLocationTypesValues() []ExtendedLocationTypes + type Facebook struct + Enabled *bool + GraphAPIVersion *string + Login *LoginScopes + Registration *AppRegistration + func (f *Facebook) UnmarshalJSON(data []byte) error + func (f Facebook) MarshalJSON() ([]byte, error) + type ForwardProxy struct + Convention *ForwardProxyConvention + CustomHostHeaderName *string + CustomProtoHeaderName *string + func (f *ForwardProxy) UnmarshalJSON(data []byte) error + func (f ForwardProxy) MarshalJSON() ([]byte, error) + type ForwardProxyConvention string + const ForwardProxyConventionCustom + const ForwardProxyConventionNoProxy + const ForwardProxyConventionStandard + func PossibleForwardProxyConventionValues() []ForwardProxyConvention + type GitHub struct + Enabled *bool + Login *LoginScopes + Registration *ClientRegistration + func (g *GitHub) UnmarshalJSON(data []byte) error + func (g GitHub) MarshalJSON() ([]byte, error) + type GithubActionConfiguration struct + AzureCredentials *AzureCredentials + ContextPath *string + GithubPersonalAccessToken *string + Image *string + OS *string + PublishType *string + RegistryInfo *RegistryInfo + RuntimeStack *string + RuntimeVersion *string + func (g *GithubActionConfiguration) UnmarshalJSON(data []byte) error + func (g GithubActionConfiguration) MarshalJSON() ([]byte, error) + type GlobalValidation struct + ExcludedPaths []*string + RedirectToProvider *string + UnauthenticatedClientAction *UnauthenticatedClientActionV2 + func (g *GlobalValidation) UnmarshalJSON(data []byte) error + func (g GlobalValidation) MarshalJSON() ([]byte, error) + type Google struct + Enabled *bool + Login *LoginScopes + Registration *ClientRegistration + Validation *AllowedAudiencesValidation + func (g *Google) UnmarshalJSON(data []byte) error + func (g Google) MarshalJSON() ([]byte, error) + type HTTPScaleRule struct + Auth []*ScaleRuleAuth + Metadata map[string]*string + func (h *HTTPScaleRule) UnmarshalJSON(data []byte) error + func (h HTTPScaleRule) MarshalJSON() ([]byte, error) + type HTTPSettings struct + ForwardProxy *ForwardProxy + RequireHTTPS *bool + Routes *HTTPSettingsRoutes + func (h *HTTPSettings) UnmarshalJSON(data []byte) error + func (h HTTPSettings) MarshalJSON() ([]byte, error) + type HTTPSettingsRoutes struct + APIPrefix *string + func (h *HTTPSettingsRoutes) UnmarshalJSON(data []byte) error + func (h HTTPSettingsRoutes) MarshalJSON() ([]byte, error) + type IPSecurityRestrictionRule struct + Action *Action + Description *string + IPAddressRange *string + Name *string + func (i *IPSecurityRestrictionRule) UnmarshalJSON(data []byte) error + func (i IPSecurityRestrictionRule) MarshalJSON() ([]byte, error) + type IdentityProviders struct + Apple *Apple + AzureActiveDirectory *AzureActiveDirectory + AzureStaticWebApps *AzureStaticWebApps + CustomOpenIDConnectProviders map[string]*CustomOpenIDConnectProvider + Facebook *Facebook + GitHub *GitHub + Google *Google + Twitter *Twitter + func (i *IdentityProviders) UnmarshalJSON(data []byte) error + func (i IdentityProviders) MarshalJSON() ([]byte, error) + type Ingress struct + AdditionalPortMappings []*IngressPortMapping + AllowInsecure *bool + ClientCertificateMode *IngressClientCertificateMode + CorsPolicy *CorsPolicy + CustomDomains []*CustomDomain + ExposedPort *int32 + External *bool + Fqdn *string + IPSecurityRestrictions []*IPSecurityRestrictionRule + StickySessions *IngressStickySessions + TargetPort *int32 + Traffic []*TrafficWeight + Transport *IngressTransportMethod + func (i *Ingress) UnmarshalJSON(data []byte) error + func (i Ingress) MarshalJSON() ([]byte, error) + type IngressClientCertificateMode string + const IngressClientCertificateModeAccept + const IngressClientCertificateModeIgnore + const IngressClientCertificateModeRequire + func PossibleIngressClientCertificateModeValues() []IngressClientCertificateMode + type IngressPortMapping struct + ExposedPort *int32 + External *bool + TargetPort *int32 + func (i *IngressPortMapping) UnmarshalJSON(data []byte) error + func (i IngressPortMapping) MarshalJSON() ([]byte, error) + type IngressStickySessions struct + Affinity *Affinity + func (i *IngressStickySessions) UnmarshalJSON(data []byte) error + func (i IngressStickySessions) MarshalJSON() ([]byte, error) + type IngressTransportMethod string + const IngressTransportMethodAuto + const IngressTransportMethodHTTP + const IngressTransportMethodHTTP2 + const IngressTransportMethodTCP + func PossibleIngressTransportMethodValues() []IngressTransportMethod + type InitContainer struct + Args []*string + Command []*string + Env []*EnvironmentVar + Image *string + Name *string + Resources *ContainerResources + VolumeMounts []*VolumeMount + func (i *InitContainer) UnmarshalJSON(data []byte) error + func (i InitContainer) MarshalJSON() ([]byte, error) + type Job struct + ID *string + Identity *ManagedServiceIdentity + Location *string + Name *string + Properties *JobProperties + SystemData *SystemData + Tags map[string]*string + Type *string + func (j *Job) UnmarshalJSON(data []byte) error + func (j Job) MarshalJSON() ([]byte, error) + type JobConfiguration struct + EventTriggerConfig *JobConfigurationEventTriggerConfig + ManualTriggerConfig *JobConfigurationManualTriggerConfig + Registries []*RegistryCredentials + ReplicaRetryLimit *int32 + ReplicaTimeout *int32 + ScheduleTriggerConfig *JobConfigurationScheduleTriggerConfig + Secrets []*Secret + TriggerType *TriggerType + func (j *JobConfiguration) UnmarshalJSON(data []byte) error + func (j JobConfiguration) MarshalJSON() ([]byte, error) + type JobConfigurationEventTriggerConfig struct + Parallelism *int32 + ReplicaCompletionCount *int32 + Scale *JobScale + func (j *JobConfigurationEventTriggerConfig) UnmarshalJSON(data []byte) error + func (j JobConfigurationEventTriggerConfig) MarshalJSON() ([]byte, error) + type JobConfigurationManualTriggerConfig struct + Parallelism *int32 + ReplicaCompletionCount *int32 + func (j *JobConfigurationManualTriggerConfig) UnmarshalJSON(data []byte) error + func (j JobConfigurationManualTriggerConfig) MarshalJSON() ([]byte, error) + type JobConfigurationScheduleTriggerConfig struct + CronExpression *string + Parallelism *int32 + ReplicaCompletionCount *int32 + func (j *JobConfigurationScheduleTriggerConfig) UnmarshalJSON(data []byte) error + func (j JobConfigurationScheduleTriggerConfig) MarshalJSON() ([]byte, error) + type JobExecution struct + ID *string + Name *string + Properties *JobExecutionProperties + Type *string + func (j *JobExecution) UnmarshalJSON(data []byte) error + func (j JobExecution) MarshalJSON() ([]byte, error) + type JobExecutionBase struct + ID *string + Name *string + func (j *JobExecutionBase) UnmarshalJSON(data []byte) error + func (j JobExecutionBase) MarshalJSON() ([]byte, error) + type JobExecutionContainer struct + Args []*string + Command []*string + Env []*EnvironmentVar + Image *string + Name *string + Resources *ContainerResources + func (j *JobExecutionContainer) UnmarshalJSON(data []byte) error + func (j JobExecutionContainer) MarshalJSON() ([]byte, error) + type JobExecutionNamesCollection struct + Value []*JobExecutionBase + func (j *JobExecutionNamesCollection) UnmarshalJSON(data []byte) error + func (j JobExecutionNamesCollection) MarshalJSON() ([]byte, error) + type JobExecutionProperties struct + EndTime *time.Time + StartTime *time.Time + Status *JobExecutionRunningState + Template *JobExecutionTemplate + func (j *JobExecutionProperties) UnmarshalJSON(data []byte) error + func (j JobExecutionProperties) MarshalJSON() ([]byte, error) + type JobExecutionRunningState string + const JobExecutionRunningStateDegraded + const JobExecutionRunningStateFailed + const JobExecutionRunningStateProcessing + const JobExecutionRunningStateRunning + const JobExecutionRunningStateStopped + const JobExecutionRunningStateSucceeded + const JobExecutionRunningStateUnknown + func PossibleJobExecutionRunningStateValues() []JobExecutionRunningState + type JobExecutionTemplate struct + Containers []*JobExecutionContainer + InitContainers []*JobExecutionContainer + func (j *JobExecutionTemplate) UnmarshalJSON(data []byte) error + func (j JobExecutionTemplate) MarshalJSON() ([]byte, error) + type JobPatchProperties struct + Identity *ManagedServiceIdentity + Properties *JobPatchPropertiesProperties + Tags map[string]*string + func (j *JobPatchProperties) UnmarshalJSON(data []byte) error + func (j JobPatchProperties) MarshalJSON() ([]byte, error) + type JobPatchPropertiesProperties struct + Configuration *JobConfiguration + EnvironmentID *string + EventStreamEndpoint *string + OutboundIPAddresses []*string + Template *JobTemplate + func (j *JobPatchPropertiesProperties) UnmarshalJSON(data []byte) error + func (j JobPatchPropertiesProperties) MarshalJSON() ([]byte, error) + type JobProperties struct + Configuration *JobConfiguration + EnvironmentID *string + EventStreamEndpoint *string + OutboundIPAddresses []*string + ProvisioningState *JobProvisioningState + Template *JobTemplate + WorkloadProfileName *string + func (j *JobProperties) UnmarshalJSON(data []byte) error + func (j JobProperties) MarshalJSON() ([]byte, error) + type JobProvisioningState string + const JobProvisioningStateCanceled + const JobProvisioningStateDeleting + const JobProvisioningStateFailed + const JobProvisioningStateInProgress + const JobProvisioningStateSucceeded + func PossibleJobProvisioningStateValues() []JobProvisioningState + type JobScale struct + MaxExecutions *int32 + MinExecutions *int32 + PollingInterval *int32 + Rules []*JobScaleRule + func (j *JobScale) UnmarshalJSON(data []byte) error + func (j JobScale) MarshalJSON() ([]byte, error) + type JobScaleRule struct + Auth []*ScaleRuleAuth + Metadata any + Name *string + Type *string + func (j *JobScaleRule) UnmarshalJSON(data []byte) error + func (j JobScaleRule) MarshalJSON() ([]byte, error) + type JobSecretsCollection struct + Value []*Secret + func (j *JobSecretsCollection) UnmarshalJSON(data []byte) error + func (j JobSecretsCollection) MarshalJSON() ([]byte, error) + type JobTemplate struct + Containers []*Container + InitContainers []*InitContainer + Volumes []*Volume + func (j *JobTemplate) UnmarshalJSON(data []byte) error + func (j JobTemplate) MarshalJSON() ([]byte, error) + type JobsClient struct + func NewJobsClient(subscriptionID string, credential azcore.TokenCredential, ...) (*JobsClient, error) + func (client *JobsClient) BeginCreateOrUpdate(ctx context.Context, resourceGroupName string, jobName string, jobEnvelope Job, ...) (*runtime.Poller[JobsClientCreateOrUpdateResponse], error) + func (client *JobsClient) BeginDelete(ctx context.Context, resourceGroupName string, jobName string, ...) (*runtime.Poller[JobsClientDeleteResponse], error) + func (client *JobsClient) BeginStart(ctx context.Context, resourceGroupName string, jobName string, ...) (*runtime.Poller[JobsClientStartResponse], error) + func (client *JobsClient) BeginStopExecution(ctx context.Context, resourceGroupName string, jobName string, ...) (*runtime.Poller[JobsClientStopExecutionResponse], error) + func (client *JobsClient) BeginStopMultipleExecutions(ctx context.Context, resourceGroupName string, jobName string, ...) (*runtime.Poller[JobsClientStopMultipleExecutionsResponse], error) + func (client *JobsClient) BeginUpdate(ctx context.Context, resourceGroupName string, jobName string, ...) (*runtime.Poller[JobsClientUpdateResponse], error) + func (client *JobsClient) Get(ctx context.Context, resourceGroupName string, jobName string, ...) (JobsClientGetResponse, error) + func (client *JobsClient) GetDetector(ctx context.Context, resourceGroupName string, jobName string, ...) (JobsClientGetDetectorResponse, error) + func (client *JobsClient) ListSecrets(ctx context.Context, resourceGroupName string, jobName string, ...) (JobsClientListSecretsResponse, error) + func (client *JobsClient) NewListByResourceGroupPager(resourceGroupName string, options *JobsClientListByResourceGroupOptions) *runtime.Pager[JobsClientListByResourceGroupResponse] + func (client *JobsClient) NewListBySubscriptionPager(options *JobsClientListBySubscriptionOptions) *runtime.Pager[JobsClientListBySubscriptionResponse] + func (client *JobsClient) NewListDetectorsPager(resourceGroupName string, jobName string, ...) *runtime.Pager[JobsClientListDetectorsResponse] + func (client *JobsClient) ProxyGet(ctx context.Context, resourceGroupName string, jobName string, apiName string, ...) (JobsClientProxyGetResponse, error) + type JobsClientBeginCreateOrUpdateOptions struct + ResumeToken string + type JobsClientBeginDeleteOptions struct + ResumeToken string + type JobsClientBeginStartOptions struct + ResumeToken string + Template *JobExecutionTemplate + type JobsClientBeginStopExecutionOptions struct + ResumeToken string + type JobsClientBeginStopMultipleExecutionsOptions struct + ResumeToken string + type JobsClientBeginUpdateOptions struct + ResumeToken string + type JobsClientCreateOrUpdateResponse struct + type JobsClientDeleteResponse struct + type JobsClientGetDetectorOptions struct + type JobsClientGetDetectorResponse struct + type JobsClientGetOptions struct + type JobsClientGetResponse struct + type JobsClientListByResourceGroupOptions struct + type JobsClientListByResourceGroupResponse struct + type JobsClientListBySubscriptionOptions struct + type JobsClientListBySubscriptionResponse struct + type JobsClientListDetectorsOptions struct + type JobsClientListDetectorsResponse struct + type JobsClientListSecretsOptions struct + type JobsClientListSecretsResponse struct + type JobsClientProxyGetOptions struct + type JobsClientProxyGetResponse struct + type JobsClientStartResponse struct + type JobsClientStopExecutionResponse struct + type JobsClientStopMultipleExecutionsResponse struct + type JobsClientUpdateResponse struct + type JobsCollection struct + NextLink *string + Value []*Job + func (j *JobsCollection) UnmarshalJSON(data []byte) error + func (j JobsCollection) MarshalJSON() ([]byte, error) + type JobsExecutionsClient struct + func NewJobsExecutionsClient(subscriptionID string, credential azcore.TokenCredential, ...) (*JobsExecutionsClient, error) + func (client *JobsExecutionsClient) NewListPager(resourceGroupName string, jobName string, ...) *runtime.Pager[JobsExecutionsClientListResponse] + type JobsExecutionsClientListOptions struct + Filter *string + type JobsExecutionsClientListResponse struct + type JwtClaimChecks struct + AllowedClientApplications []*string + AllowedGroups []*string + func (j *JwtClaimChecks) UnmarshalJSON(data []byte) error + func (j JwtClaimChecks) MarshalJSON() ([]byte, error) + type KedaConfiguration struct + Version *string + func (k *KedaConfiguration) UnmarshalJSON(data []byte) error + func (k KedaConfiguration) MarshalJSON() ([]byte, error) + type ListUsagesResult struct + NextLink *string + Value []*Usage + func (l *ListUsagesResult) UnmarshalJSON(data []byte) error + func (l ListUsagesResult) MarshalJSON() ([]byte, error) + type LogAnalyticsConfiguration struct + CustomerID *string + SharedKey *string + func (l *LogAnalyticsConfiguration) UnmarshalJSON(data []byte) error + func (l LogAnalyticsConfiguration) MarshalJSON() ([]byte, error) + type LogLevel string + const LogLevelDebug + const LogLevelError + const LogLevelInfo + const LogLevelWarn + func PossibleLogLevelValues() []LogLevel + type Login struct + AllowedExternalRedirectUrls []*string + CookieExpiration *CookieExpiration + Nonce *Nonce + PreserveURLFragmentsForLogins *bool + Routes *LoginRoutes + TokenStore *TokenStore + func (l *Login) UnmarshalJSON(data []byte) error + func (l Login) MarshalJSON() ([]byte, error) + type LoginRoutes struct + LogoutEndpoint *string + func (l *LoginRoutes) UnmarshalJSON(data []byte) error + func (l LoginRoutes) MarshalJSON() ([]byte, error) + type LoginScopes struct + Scopes []*string + func (l *LoginScopes) UnmarshalJSON(data []byte) error + func (l LoginScopes) MarshalJSON() ([]byte, error) + type ManagedCertificate struct + ID *string + Location *string + Name *string + Properties *ManagedCertificateProperties + SystemData *SystemData + Tags map[string]*string + Type *string + func (m *ManagedCertificate) UnmarshalJSON(data []byte) error + func (m ManagedCertificate) MarshalJSON() ([]byte, error) + type ManagedCertificateCollection struct + NextLink *string + Value []*ManagedCertificate + func (m *ManagedCertificateCollection) UnmarshalJSON(data []byte) error + func (m ManagedCertificateCollection) MarshalJSON() ([]byte, error) + type ManagedCertificateDomainControlValidation string + const ManagedCertificateDomainControlValidationCNAME + const ManagedCertificateDomainControlValidationHTTP + const ManagedCertificateDomainControlValidationTXT + func PossibleManagedCertificateDomainControlValidationValues() []ManagedCertificateDomainControlValidation + type ManagedCertificatePatch struct + Tags map[string]*string + func (m *ManagedCertificatePatch) UnmarshalJSON(data []byte) error + func (m ManagedCertificatePatch) MarshalJSON() ([]byte, error) + type ManagedCertificateProperties struct + DomainControlValidation *ManagedCertificateDomainControlValidation + Error *string + ProvisioningState *CertificateProvisioningState + SubjectName *string + ValidationToken *string + func (m *ManagedCertificateProperties) UnmarshalJSON(data []byte) error + func (m ManagedCertificateProperties) MarshalJSON() ([]byte, error) + type ManagedCertificatesClient struct + func NewManagedCertificatesClient(subscriptionID string, credential azcore.TokenCredential, ...) (*ManagedCertificatesClient, error) + func (client *ManagedCertificatesClient) BeginCreateOrUpdate(ctx context.Context, resourceGroupName string, environmentName string, ...) (*runtime.Poller[ManagedCertificatesClientCreateOrUpdateResponse], error) + func (client *ManagedCertificatesClient) Delete(ctx context.Context, resourceGroupName string, environmentName string, ...) (ManagedCertificatesClientDeleteResponse, error) + func (client *ManagedCertificatesClient) Get(ctx context.Context, resourceGroupName string, environmentName string, ...) (ManagedCertificatesClientGetResponse, error) + func (client *ManagedCertificatesClient) NewListPager(resourceGroupName string, environmentName string, ...) *runtime.Pager[ManagedCertificatesClientListResponse] + func (client *ManagedCertificatesClient) Update(ctx context.Context, resourceGroupName string, environmentName string, ...) (ManagedCertificatesClientUpdateResponse, error) + type ManagedCertificatesClientBeginCreateOrUpdateOptions struct + ManagedCertificateEnvelope *ManagedCertificate + ResumeToken string + type ManagedCertificatesClientCreateOrUpdateResponse struct + type ManagedCertificatesClientDeleteOptions struct + type ManagedCertificatesClientDeleteResponse struct + type ManagedCertificatesClientGetOptions struct + type ManagedCertificatesClientGetResponse struct + type ManagedCertificatesClientListOptions struct + type ManagedCertificatesClientListResponse struct + type ManagedCertificatesClientUpdateOptions struct + type ManagedCertificatesClientUpdateResponse struct + type ManagedEnvironment struct + ID *string + Kind *string + Location *string + Name *string + Properties *ManagedEnvironmentProperties + SystemData *SystemData + Tags map[string]*string + Type *string + func (m *ManagedEnvironment) UnmarshalJSON(data []byte) error + func (m ManagedEnvironment) MarshalJSON() ([]byte, error) + type ManagedEnvironmentDiagnosticsClient struct + func NewManagedEnvironmentDiagnosticsClient(subscriptionID string, credential azcore.TokenCredential, ...) (*ManagedEnvironmentDiagnosticsClient, error) + func (client *ManagedEnvironmentDiagnosticsClient) GetDetector(ctx context.Context, resourceGroupName string, environmentName string, ...) (ManagedEnvironmentDiagnosticsClientGetDetectorResponse, error) + func (client *ManagedEnvironmentDiagnosticsClient) ListDetectors(ctx context.Context, resourceGroupName string, environmentName string, ...) (ManagedEnvironmentDiagnosticsClientListDetectorsResponse, error) + type ManagedEnvironmentDiagnosticsClientGetDetectorOptions struct + type ManagedEnvironmentDiagnosticsClientGetDetectorResponse struct + type ManagedEnvironmentDiagnosticsClientListDetectorsOptions struct + type ManagedEnvironmentDiagnosticsClientListDetectorsResponse struct + type ManagedEnvironmentProperties struct + AppLogsConfiguration *AppLogsConfiguration + CustomDomainConfiguration *CustomDomainConfiguration + DaprAIConnectionString *string + DaprAIInstrumentationKey *string + DaprConfiguration *DaprConfiguration + DefaultDomain *string + DeploymentErrors *string + EventStreamEndpoint *string + InfrastructureResourceGroup *string + KedaConfiguration *KedaConfiguration + PeerAuthentication *ManagedEnvironmentPropertiesPeerAuthentication + PeerTrafficConfiguration *ManagedEnvironmentPropertiesPeerTrafficConfiguration + ProvisioningState *EnvironmentProvisioningState + StaticIP *string + VnetConfiguration *VnetConfiguration + WorkloadProfiles []*WorkloadProfile + ZoneRedundant *bool + func (m *ManagedEnvironmentProperties) UnmarshalJSON(data []byte) error + func (m ManagedEnvironmentProperties) MarshalJSON() ([]byte, error) + type ManagedEnvironmentPropertiesPeerAuthentication struct + Mtls *Mtls + func (m *ManagedEnvironmentPropertiesPeerAuthentication) UnmarshalJSON(data []byte) error + func (m ManagedEnvironmentPropertiesPeerAuthentication) MarshalJSON() ([]byte, error) + type ManagedEnvironmentPropertiesPeerTrafficConfiguration struct + Encryption *ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption + func (m *ManagedEnvironmentPropertiesPeerTrafficConfiguration) UnmarshalJSON(data []byte) error + func (m ManagedEnvironmentPropertiesPeerTrafficConfiguration) MarshalJSON() ([]byte, error) + type ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption struct + Enabled *bool + func (m *ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption) UnmarshalJSON(data []byte) error + func (m ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption) MarshalJSON() ([]byte, error) + type ManagedEnvironmentStorage struct + ID *string + Name *string + Properties *ManagedEnvironmentStorageProperties + SystemData *SystemData + Type *string + func (m *ManagedEnvironmentStorage) UnmarshalJSON(data []byte) error + func (m ManagedEnvironmentStorage) MarshalJSON() ([]byte, error) + type ManagedEnvironmentStorageProperties struct + AzureFile *AzureFileProperties + func (m *ManagedEnvironmentStorageProperties) UnmarshalJSON(data []byte) error + func (m ManagedEnvironmentStorageProperties) MarshalJSON() ([]byte, error) + type ManagedEnvironmentStoragesCollection struct + Value []*ManagedEnvironmentStorage + func (m *ManagedEnvironmentStoragesCollection) UnmarshalJSON(data []byte) error + func (m ManagedEnvironmentStoragesCollection) MarshalJSON() ([]byte, error) + type ManagedEnvironmentUsagesClient struct + func NewManagedEnvironmentUsagesClient(subscriptionID string, credential azcore.TokenCredential, ...) (*ManagedEnvironmentUsagesClient, error) + func (client *ManagedEnvironmentUsagesClient) NewListPager(resourceGroupName string, environmentName string, ...) *runtime.Pager[ManagedEnvironmentUsagesClientListResponse] + type ManagedEnvironmentUsagesClientListOptions struct + type ManagedEnvironmentUsagesClientListResponse struct + type ManagedEnvironmentsClient struct + func NewManagedEnvironmentsClient(subscriptionID string, credential azcore.TokenCredential, ...) (*ManagedEnvironmentsClient, error) + func (client *ManagedEnvironmentsClient) BeginCreateOrUpdate(ctx context.Context, resourceGroupName string, environmentName string, ...) (*runtime.Poller[ManagedEnvironmentsClientCreateOrUpdateResponse], error) + func (client *ManagedEnvironmentsClient) BeginDelete(ctx context.Context, resourceGroupName string, environmentName string, ...) (*runtime.Poller[ManagedEnvironmentsClientDeleteResponse], error) + func (client *ManagedEnvironmentsClient) BeginUpdate(ctx context.Context, resourceGroupName string, environmentName string, ...) (*runtime.Poller[ManagedEnvironmentsClientUpdateResponse], error) + func (client *ManagedEnvironmentsClient) Get(ctx context.Context, resourceGroupName string, environmentName string, ...) (ManagedEnvironmentsClientGetResponse, error) + func (client *ManagedEnvironmentsClient) GetAuthToken(ctx context.Context, resourceGroupName string, environmentName string, ...) (ManagedEnvironmentsClientGetAuthTokenResponse, error) + func (client *ManagedEnvironmentsClient) NewListByResourceGroupPager(resourceGroupName string, ...) *runtime.Pager[ManagedEnvironmentsClientListByResourceGroupResponse] + func (client *ManagedEnvironmentsClient) NewListBySubscriptionPager(options *ManagedEnvironmentsClientListBySubscriptionOptions) *runtime.Pager[ManagedEnvironmentsClientListBySubscriptionResponse] + func (client *ManagedEnvironmentsClient) NewListWorkloadProfileStatesPager(resourceGroupName string, environmentName string, ...) *runtime.Pager[ManagedEnvironmentsClientListWorkloadProfileStatesResponse] + type ManagedEnvironmentsClientBeginCreateOrUpdateOptions struct + ResumeToken string + type ManagedEnvironmentsClientBeginDeleteOptions struct + ResumeToken string + type ManagedEnvironmentsClientBeginUpdateOptions struct + ResumeToken string + type ManagedEnvironmentsClientCreateOrUpdateResponse struct + type ManagedEnvironmentsClientDeleteResponse struct + type ManagedEnvironmentsClientGetAuthTokenOptions struct + type ManagedEnvironmentsClientGetAuthTokenResponse struct + type ManagedEnvironmentsClientGetOptions struct + type ManagedEnvironmentsClientGetResponse struct + type ManagedEnvironmentsClientListByResourceGroupOptions struct + type ManagedEnvironmentsClientListByResourceGroupResponse struct + type ManagedEnvironmentsClientListBySubscriptionOptions struct + type ManagedEnvironmentsClientListBySubscriptionResponse struct + type ManagedEnvironmentsClientListWorkloadProfileStatesOptions struct + type ManagedEnvironmentsClientListWorkloadProfileStatesResponse struct + type ManagedEnvironmentsClientUpdateResponse struct + type ManagedEnvironmentsCollection struct + NextLink *string + Value []*ManagedEnvironment + func (m *ManagedEnvironmentsCollection) UnmarshalJSON(data []byte) error + func (m ManagedEnvironmentsCollection) MarshalJSON() ([]byte, error) + type ManagedEnvironmentsDiagnosticsClient struct + func NewManagedEnvironmentsDiagnosticsClient(subscriptionID string, credential azcore.TokenCredential, ...) (*ManagedEnvironmentsDiagnosticsClient, error) + func (client *ManagedEnvironmentsDiagnosticsClient) GetRoot(ctx context.Context, resourceGroupName string, environmentName string, ...) (ManagedEnvironmentsDiagnosticsClientGetRootResponse, error) + type ManagedEnvironmentsDiagnosticsClientGetRootOptions struct + type ManagedEnvironmentsDiagnosticsClientGetRootResponse struct + type ManagedEnvironmentsStoragesClient struct + func NewManagedEnvironmentsStoragesClient(subscriptionID string, credential azcore.TokenCredential, ...) (*ManagedEnvironmentsStoragesClient, error) + func (client *ManagedEnvironmentsStoragesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, environmentName string, ...) (ManagedEnvironmentsStoragesClientCreateOrUpdateResponse, error) + func (client *ManagedEnvironmentsStoragesClient) Delete(ctx context.Context, resourceGroupName string, environmentName string, ...) (ManagedEnvironmentsStoragesClientDeleteResponse, error) + func (client *ManagedEnvironmentsStoragesClient) Get(ctx context.Context, resourceGroupName string, environmentName string, ...) (ManagedEnvironmentsStoragesClientGetResponse, error) + func (client *ManagedEnvironmentsStoragesClient) List(ctx context.Context, resourceGroupName string, environmentName string, ...) (ManagedEnvironmentsStoragesClientListResponse, error) + type ManagedEnvironmentsStoragesClientCreateOrUpdateOptions struct + type ManagedEnvironmentsStoragesClientCreateOrUpdateResponse struct + type ManagedEnvironmentsStoragesClientDeleteOptions struct + type ManagedEnvironmentsStoragesClientDeleteResponse struct + type ManagedEnvironmentsStoragesClientGetOptions struct + type ManagedEnvironmentsStoragesClientGetResponse struct + type ManagedEnvironmentsStoragesClientListOptions struct + type ManagedEnvironmentsStoragesClientListResponse struct + type ManagedServiceIdentity struct + PrincipalID *string + TenantID *string + Type *ManagedServiceIdentityType + UserAssignedIdentities map[string]*UserAssignedIdentity + func (m *ManagedServiceIdentity) UnmarshalJSON(data []byte) error + func (m ManagedServiceIdentity) MarshalJSON() ([]byte, error) + type ManagedServiceIdentityType string + const ManagedServiceIdentityTypeNone + const ManagedServiceIdentityTypeSystemAssigned + const ManagedServiceIdentityTypeSystemAssignedUserAssigned + const ManagedServiceIdentityTypeUserAssigned + func PossibleManagedServiceIdentityTypeValues() []ManagedServiceIdentityType + type Mtls struct + Enabled *bool + func (m *Mtls) UnmarshalJSON(data []byte) error + func (m Mtls) MarshalJSON() ([]byte, error) + type NamespacesClient struct + func NewNamespacesClient(subscriptionID string, credential azcore.TokenCredential, ...) (*NamespacesClient, error) + func (client *NamespacesClient) CheckNameAvailability(ctx context.Context, resourceGroupName string, environmentName string, ...) (NamespacesClientCheckNameAvailabilityResponse, error) + type NamespacesClientCheckNameAvailabilityOptions struct + type NamespacesClientCheckNameAvailabilityResponse struct + type Nonce struct + NonceExpirationInterval *string + ValidateNonce *bool + func (n *Nonce) UnmarshalJSON(data []byte) error + func (n Nonce) MarshalJSON() ([]byte, error) + type OpenIDConnectClientCredential struct + ClientSecretSettingName *string + Method *string + func (o *OpenIDConnectClientCredential) UnmarshalJSON(data []byte) error + func (o OpenIDConnectClientCredential) MarshalJSON() ([]byte, error) + type OpenIDConnectConfig struct + AuthorizationEndpoint *string + CertificationURI *string + Issuer *string + TokenEndpoint *string + WellKnownOpenIDConfiguration *string + func (o *OpenIDConnectConfig) UnmarshalJSON(data []byte) error + func (o OpenIDConnectConfig) MarshalJSON() ([]byte, error) + type OpenIDConnectLogin struct + NameClaimType *string + Scopes []*string + func (o *OpenIDConnectLogin) UnmarshalJSON(data []byte) error + func (o OpenIDConnectLogin) MarshalJSON() ([]byte, error) + type OpenIDConnectRegistration struct + ClientCredential *OpenIDConnectClientCredential + ClientID *string + OpenIDConnectConfiguration *OpenIDConnectConfig + func (o *OpenIDConnectRegistration) UnmarshalJSON(data []byte) error + func (o OpenIDConnectRegistration) MarshalJSON() ([]byte, error) + type OperationDetail struct + Display *OperationDisplay + IsDataAction *bool + Name *string + Origin *string + func (o *OperationDetail) UnmarshalJSON(data []byte) error + func (o OperationDetail) MarshalJSON() ([]byte, error) + type OperationDisplay struct + Description *string + Operation *string + Provider *string + Resource *string + func (o *OperationDisplay) UnmarshalJSON(data []byte) error + func (o OperationDisplay) MarshalJSON() ([]byte, error) + type OperationsClient struct + func NewOperationsClient(credential azcore.TokenCredential, options *arm.ClientOptions) (*OperationsClient, error) + func (client *OperationsClient) NewListPager(options *OperationsClientListOptions) *runtime.Pager[OperationsClientListResponse] + type OperationsClientListOptions struct + type OperationsClientListResponse struct + type ProxyResource struct + ID *string + Name *string + SystemData *SystemData + Type *string + func (p *ProxyResource) UnmarshalJSON(data []byte) error + func (p ProxyResource) MarshalJSON() ([]byte, error) + type QueueScaleRule struct + Auth []*ScaleRuleAuth + QueueLength *int32 + QueueName *string + func (q *QueueScaleRule) UnmarshalJSON(data []byte) error + func (q QueueScaleRule) MarshalJSON() ([]byte, error) + type RegistryCredentials struct + Identity *string + PasswordSecretRef *string + Server *string + Username *string + func (r *RegistryCredentials) UnmarshalJSON(data []byte) error + func (r RegistryCredentials) MarshalJSON() ([]byte, error) + type RegistryInfo struct + RegistryPassword *string + RegistryURL *string + RegistryUserName *string + func (r *RegistryInfo) UnmarshalJSON(data []byte) error + func (r RegistryInfo) MarshalJSON() ([]byte, error) + type Replica struct + ID *string + Name *string + Properties *ReplicaProperties + SystemData *SystemData + Type *string + func (r *Replica) UnmarshalJSON(data []byte) error + func (r Replica) MarshalJSON() ([]byte, error) + type ReplicaCollection struct + Value []*Replica + func (r *ReplicaCollection) UnmarshalJSON(data []byte) error + func (r ReplicaCollection) MarshalJSON() ([]byte, error) + type ReplicaContainer struct + ContainerID *string + ExecEndpoint *string + LogStreamEndpoint *string + Name *string + Ready *bool + RestartCount *int32 + RunningState *ContainerAppContainerRunningState + RunningStateDetails *string + Started *bool + func (r *ReplicaContainer) UnmarshalJSON(data []byte) error + func (r ReplicaContainer) MarshalJSON() ([]byte, error) + type ReplicaProperties struct + Containers []*ReplicaContainer + CreatedTime *time.Time + InitContainers []*ReplicaContainer + RunningState *ContainerAppReplicaRunningState + RunningStateDetails *string + func (r *ReplicaProperties) UnmarshalJSON(data []byte) error + func (r ReplicaProperties) MarshalJSON() ([]byte, error) + type Resource struct + ID *string + Name *string + SystemData *SystemData + Type *string + func (r *Resource) UnmarshalJSON(data []byte) error + func (r Resource) MarshalJSON() ([]byte, error) + type Revision struct + ID *string + Name *string + Properties *RevisionProperties + SystemData *SystemData + Type *string + func (r *Revision) UnmarshalJSON(data []byte) error + func (r Revision) MarshalJSON() ([]byte, error) + type RevisionCollection struct + NextLink *string + Value []*Revision + func (r *RevisionCollection) UnmarshalJSON(data []byte) error + func (r RevisionCollection) MarshalJSON() ([]byte, error) + type RevisionHealthState string + const RevisionHealthStateHealthy + const RevisionHealthStateNone + const RevisionHealthStateUnhealthy + func PossibleRevisionHealthStateValues() []RevisionHealthState + type RevisionProperties struct + Active *bool + CreatedTime *time.Time + Fqdn *string + HealthState *RevisionHealthState + LastActiveTime *time.Time + ProvisioningError *string + ProvisioningState *RevisionProvisioningState + Replicas *int32 + RunningState *RevisionRunningState + Template *Template + TrafficWeight *int32 + func (r *RevisionProperties) UnmarshalJSON(data []byte) error + func (r RevisionProperties) MarshalJSON() ([]byte, error) + type RevisionProvisioningState string + const RevisionProvisioningStateDeprovisioned + const RevisionProvisioningStateDeprovisioning + const RevisionProvisioningStateFailed + const RevisionProvisioningStateProvisioned + const RevisionProvisioningStateProvisioning + func PossibleRevisionProvisioningStateValues() []RevisionProvisioningState + type RevisionRunningState string + const RevisionRunningStateDegraded + const RevisionRunningStateFailed + const RevisionRunningStateProcessing + const RevisionRunningStateRunning + const RevisionRunningStateStopped + const RevisionRunningStateUnknown + func PossibleRevisionRunningStateValues() []RevisionRunningState + type Scale struct + MaxReplicas *int32 + MinReplicas *int32 + Rules []*ScaleRule + func (s *Scale) UnmarshalJSON(data []byte) error + func (s Scale) MarshalJSON() ([]byte, error) + type ScaleRule struct + AzureQueue *QueueScaleRule + Custom *CustomScaleRule + HTTP *HTTPScaleRule + Name *string + TCP *TCPScaleRule + func (s *ScaleRule) UnmarshalJSON(data []byte) error + func (s ScaleRule) MarshalJSON() ([]byte, error) + type ScaleRuleAuth struct + SecretRef *string + TriggerParameter *string + func (s *ScaleRuleAuth) UnmarshalJSON(data []byte) error + func (s ScaleRuleAuth) MarshalJSON() ([]byte, error) + type Scheme string + const SchemeHTTP + const SchemeHTTPS + func PossibleSchemeValues() []Scheme + type Secret struct + Identity *string + KeyVaultURL *string + Name *string + Value *string + func (s *Secret) UnmarshalJSON(data []byte) error + func (s Secret) MarshalJSON() ([]byte, error) + type SecretVolumeItem struct + Path *string + SecretRef *string + func (s *SecretVolumeItem) UnmarshalJSON(data []byte) error + func (s SecretVolumeItem) MarshalJSON() ([]byte, error) + type SecretsCollection struct + Value []*ContainerAppSecret + func (s *SecretsCollection) UnmarshalJSON(data []byte) error + func (s SecretsCollection) MarshalJSON() ([]byte, error) + type Service struct + Type *string + func (s *Service) UnmarshalJSON(data []byte) error + func (s Service) MarshalJSON() ([]byte, error) + type ServiceBind struct + Name *string + ServiceID *string + func (s *ServiceBind) UnmarshalJSON(data []byte) error + func (s ServiceBind) MarshalJSON() ([]byte, error) + type SourceControl struct + ID *string + Name *string + Properties *SourceControlProperties + SystemData *SystemData + Type *string + func (s *SourceControl) UnmarshalJSON(data []byte) error + func (s SourceControl) MarshalJSON() ([]byte, error) + type SourceControlCollection struct + NextLink *string + Value []*SourceControl + func (s *SourceControlCollection) UnmarshalJSON(data []byte) error + func (s SourceControlCollection) MarshalJSON() ([]byte, error) + type SourceControlOperationState string + const SourceControlOperationStateCanceled + const SourceControlOperationStateFailed + const SourceControlOperationStateInProgress + const SourceControlOperationStateSucceeded + func PossibleSourceControlOperationStateValues() []SourceControlOperationState + type SourceControlProperties struct + Branch *string + GithubActionConfiguration *GithubActionConfiguration + OperationState *SourceControlOperationState + RepoURL *string + func (s *SourceControlProperties) UnmarshalJSON(data []byte) error + func (s SourceControlProperties) MarshalJSON() ([]byte, error) + type StorageType string + const StorageTypeAzureFile + const StorageTypeEmptyDir + const StorageTypeSecret + func PossibleStorageTypeValues() []StorageType + type SystemData struct + CreatedAt *time.Time + CreatedBy *string + CreatedByType *CreatedByType + LastModifiedAt *time.Time + LastModifiedBy *string + LastModifiedByType *CreatedByType + func (s *SystemData) UnmarshalJSON(data []byte) error + func (s SystemData) MarshalJSON() ([]byte, error) + type TCPScaleRule struct + Auth []*ScaleRuleAuth + Metadata map[string]*string + func (t *TCPScaleRule) UnmarshalJSON(data []byte) error + func (t TCPScaleRule) MarshalJSON() ([]byte, error) + type Template struct + Containers []*Container + InitContainers []*InitContainer + RevisionSuffix *string + Scale *Scale + ServiceBinds []*ServiceBind + TerminationGracePeriodSeconds *int64 + Volumes []*Volume + func (t *Template) UnmarshalJSON(data []byte) error + func (t Template) MarshalJSON() ([]byte, error) + type TokenStore struct + AzureBlobStorage *BlobStorageTokenStore + Enabled *bool + TokenRefreshExtensionHours *float64 + func (t *TokenStore) UnmarshalJSON(data []byte) error + func (t TokenStore) MarshalJSON() ([]byte, error) + type TrackedResource struct + ID *string + Location *string + Name *string + SystemData *SystemData + Tags map[string]*string + Type *string + func (t *TrackedResource) UnmarshalJSON(data []byte) error + func (t TrackedResource) MarshalJSON() ([]byte, error) + type TrafficWeight struct + Label *string + LatestRevision *bool + RevisionName *string + Weight *int32 + func (t *TrafficWeight) UnmarshalJSON(data []byte) error + func (t TrafficWeight) MarshalJSON() ([]byte, error) + type TriggerType string + const TriggerTypeEvent + const TriggerTypeManual + const TriggerTypeSchedule + func PossibleTriggerTypeValues() []TriggerType + type Twitter struct + Enabled *bool + Registration *TwitterRegistration + func (t *Twitter) UnmarshalJSON(data []byte) error + func (t Twitter) MarshalJSON() ([]byte, error) + type TwitterRegistration struct + ConsumerKey *string + ConsumerSecretSettingName *string + func (t *TwitterRegistration) UnmarshalJSON(data []byte) error + func (t TwitterRegistration) MarshalJSON() ([]byte, error) + type Type string + const TypeLiveness + const TypeReadiness + const TypeStartup + func PossibleTypeValues() []Type + type UnauthenticatedClientActionV2 string + const UnauthenticatedClientActionV2AllowAnonymous + const UnauthenticatedClientActionV2RedirectToLoginPage + const UnauthenticatedClientActionV2Return401 + const UnauthenticatedClientActionV2Return403 + func PossibleUnauthenticatedClientActionV2Values() []UnauthenticatedClientActionV2 + type Usage struct + CurrentValue *float32 + Limit *float32 + Name *UsageName + Unit *string + func (u *Usage) UnmarshalJSON(data []byte) error + func (u Usage) MarshalJSON() ([]byte, error) + type UsageName struct + LocalizedValue *string + Value *string + func (u *UsageName) UnmarshalJSON(data []byte) error + func (u UsageName) MarshalJSON() ([]byte, error) + type UsagesClient struct + func NewUsagesClient(subscriptionID string, credential azcore.TokenCredential, ...) (*UsagesClient, error) + func (client *UsagesClient) NewListPager(location string, options *UsagesClientListOptions) *runtime.Pager[UsagesClientListResponse] + type UsagesClientListOptions struct + type UsagesClientListResponse struct + type UserAssignedIdentity struct + ClientID *string + PrincipalID *string + func (u *UserAssignedIdentity) UnmarshalJSON(data []byte) error + func (u UserAssignedIdentity) MarshalJSON() ([]byte, error) + type VnetConfiguration struct + DockerBridgeCidr *string + InfrastructureSubnetID *string + Internal *bool + PlatformReservedCidr *string + PlatformReservedDNSIP *string + func (v *VnetConfiguration) UnmarshalJSON(data []byte) error + func (v VnetConfiguration) MarshalJSON() ([]byte, error) + type Volume struct + MountOptions *string + Name *string + Secrets []*SecretVolumeItem + StorageName *string + StorageType *StorageType + func (v *Volume) UnmarshalJSON(data []byte) error + func (v Volume) MarshalJSON() ([]byte, error) + type VolumeMount struct + MountPath *string + SubPath *string + VolumeName *string + func (v *VolumeMount) UnmarshalJSON(data []byte) error + func (v VolumeMount) MarshalJSON() ([]byte, error) + type WorkloadProfile struct + MaximumCount *int32 + MinimumCount *int32 + Name *string + WorkloadProfileType *string + func (w *WorkloadProfile) UnmarshalJSON(data []byte) error + func (w WorkloadProfile) MarshalJSON() ([]byte, error) + type WorkloadProfileStates struct + ID *string + Name *string + Properties *WorkloadProfileStatesProperties + SystemData *SystemData + Type *string + func (w *WorkloadProfileStates) UnmarshalJSON(data []byte) error + func (w WorkloadProfileStates) MarshalJSON() ([]byte, error) + type WorkloadProfileStatesCollection struct + NextLink *string + Value []*WorkloadProfileStates + func (w *WorkloadProfileStatesCollection) UnmarshalJSON(data []byte) error + func (w WorkloadProfileStatesCollection) MarshalJSON() ([]byte, error) + type WorkloadProfileStatesProperties struct + CurrentCount *int32 + MaximumCount *int32 + MinimumCount *int32 + func (w *WorkloadProfileStatesProperties) UnmarshalJSON(data []byte) error + func (w WorkloadProfileStatesProperties) MarshalJSON() ([]byte, error) v3.0.0-beta.1 Mar 20, 2024 Other modules containing this package github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appcontainers/armappcontainers github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appcontainers/armappcontainers/v2