PrivateEndpointConnectionProperties 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.
Properties of the private endpoint connection resource.
[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.PrivateEndpointConnectionPropertiesTypeConverter))]
public class PrivateEndpointConnectionProperties : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IPrivateEndpointConnectionProperties
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.PrivateEndpointConnectionPropertiesTypeConverter))>]
type PrivateEndpointConnectionProperties = class
interface IPrivateEndpointConnectionProperties
interface IJsonSerializable
Public Class PrivateEndpointConnectionProperties
Implements IPrivateEndpointConnectionProperties
- Inheritance
-
PrivateEndpointConnectionProperties
- Attributes
- Implements
Constructors
PrivateEndpointConnectionProperties() |
Creates an new PrivateEndpointConnectionProperties instance. |
Properties
PrivateEndpointId |
The ARM identifier for Private Endpoint. |
PrivateLinkServiceConnectionStateDescription |
Description of the connection state. |
PrivateLinkServiceConnectionStateStatus |
Status of the connection. |
ProvisioningState |
Provisioning state of the Private Endpoint Connection. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PrivateEndpointConnectionProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PrivateEndpointConnectionProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IPrivateEndpointConnectionProperties. |
FromJsonString(String) |
Creates a new instance of PrivateEndpointConnectionProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PrivateEndpointConnectionProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |