PrivateEndpointProperty 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 which the connection belongs to.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.PrivateEndpointPropertyTypeConverter))]
public class PrivateEndpointProperty : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateEndpointProperty
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.PrivateEndpointPropertyTypeConverter))>]
type PrivateEndpointProperty = class
interface IPrivateEndpointProperty
interface IJsonSerializable
Public Class PrivateEndpointProperty
Implements IPrivateEndpointProperty
- Inheritance
-
PrivateEndpointProperty
- Attributes
- Implements
Constructors
PrivateEndpointProperty() |
Creates an new PrivateEndpointProperty instance. |
Properties
Id |
Resource id of the private endpoint. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PrivateEndpointProperty. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PrivateEndpointProperty. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateEndpointProperty. |
FromJsonString(String) |
Creates a new instance of PrivateEndpointProperty, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PrivateEndpointProperty into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |