PrivateEndpointConnectionResponseProperties 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.
Represents Private endpoint connection response properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.PrivateEndpointConnectionResponsePropertiesTypeConverter))]
public class PrivateEndpointConnectionResponseProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IPrivateEndpointConnectionResponseProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.PrivateEndpointConnectionResponsePropertiesTypeConverter))>]
type PrivateEndpointConnectionResponseProperties = class
interface IPrivateEndpointConnectionResponseProperties
interface IJsonSerializable
Public Class PrivateEndpointConnectionResponseProperties
Implements IPrivateEndpointConnectionResponseProperties
- Inheritance
-
PrivateEndpointConnectionResponseProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| PrivateEndpointConnectionResponseProperties() |
Creates an new PrivateEndpointConnectionResponseProperties instance. |
Properties
| Name | Description |
|---|---|
| PrivateEndpointId |
Gets or sets the id. |
| PrivateLinkServiceConnectionStateActionsRequired |
Gets or sets actions required. |
| PrivateLinkServiceConnectionStateDescription |
Gets or sets description. |
| PrivateLinkServiceConnectionStateStatus |
Gets or sets the status. |
| ProvisioningState |
Gets or sets provisioning state of the private endpoint connection. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PrivateEndpointConnectionResponseProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PrivateEndpointConnectionResponseProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IPrivateEndpointConnectionResponseProperties. |
| FromJsonString(String) |
Creates a new instance of PrivateEndpointConnectionResponseProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of PrivateEndpointConnectionResponseProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |