你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PrivateEndpointConnectionItem Class
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.
Private endpoint connection item.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.PrivateEndpointConnectionItemTypeConverter))]
public class PrivateEndpointConnectionItem : Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IPrivateEndpointConnectionItem
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.PrivateEndpointConnectionItemTypeConverter))>]
type PrivateEndpointConnectionItem = class
interface IPrivateEndpointConnectionItem
interface IJsonSerializable
Public Class PrivateEndpointConnectionItem
Implements IPrivateEndpointConnectionItem
- Inheritance
-
PrivateEndpointConnectionItem
- Attributes
- Implements
Constructors
PrivateEndpointConnectionItem() |
Creates an new PrivateEndpointConnectionItem instance. |
Properties
Etag |
Modified whenever there is a change in the state of private endpoint connection. |
Id |
Id of private endpoint connection. |
PrivateEndpointId |
Full identifier of the private endpoint resource. |
PrivateLinkServiceConnectionStateActionsRequired |
A message indicating if changes on the service provider require any updates on the consumer. |
PrivateLinkServiceConnectionStateDescription |
The reason for approval or rejection. |
PrivateLinkServiceConnectionStateStatus |
Indicates whether the connection has been approved, rejected or removed by the key vault owner. |
ProvisioningState |
Provisioning state of the private endpoint connection. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PrivateEndpointConnectionItem. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PrivateEndpointConnectionItem. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IPrivateEndpointConnectionItem. |
FromJsonString(String) |
Creates a new instance of PrivateEndpointConnectionItem, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PrivateEndpointConnectionItem into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |