Compartilhar via


IConnectedEnvironmentProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.ConnectedEnvironmentPropertiesTypeConverter))]
public interface IConnectedEnvironmentProperties : Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.ConnectedEnvironmentPropertiesTypeConverter))>]
type IConnectedEnvironmentProperties = interface
    interface IJsonSerializable
Public Interface IConnectedEnvironmentProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

CustomDomainConfigurationCertificatePassword

Certificate password.

CustomDomainConfigurationCertificateValue

PFX or PEM blob

CustomDomainConfigurationCustomDomainVerificationId

Id used to verify domain name ownership

CustomDomainConfigurationDnsSuffix

Dns suffix for the environment domain

CustomDomainConfigurationExpirationDate

Certificate expiration date.

CustomDomainConfigurationSubjectName

Subject name of the certificate.

CustomDomainConfigurationThumbprint

Certificate thumbprint.

DaprAiConnectionString

Application Insights connection string used by Dapr to export Service to Service communication telemetry

DefaultDomain

Default Domain Name for the cluster

DeploymentError

Any errors that occurred during deployment or deployment validation

ProvisioningState

Provisioning state of the Kubernetes Environment.

StaticIP

Static IP of the connectedEnvironment

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to