Compartilhar via


ConnectedEnvironmentProperties Class

Definition

ConnectedEnvironment resource specific properties

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

Constructors

ConnectedEnvironmentProperties()

Creates an new ConnectedEnvironmentProperties instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConnectedEnvironmentProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConnectedEnvironmentProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.IConnectedEnvironmentProperties.

FromJsonString(String)

Creates a new instance of ConnectedEnvironmentProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConnectedEnvironmentProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to