你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IConnectedEnvironmentProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |