PrivateEndpointConnectionsList 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.
List of private link connections.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.PrivateEndpointConnectionsListTypeConverter))]
public class PrivateEndpointConnectionsList : Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IPrivateEndpointConnectionsList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.PrivateEndpointConnectionsListTypeConverter))>]
type PrivateEndpointConnectionsList = class
interface IPrivateEndpointConnectionsList
interface IJsonSerializable
Public Class PrivateEndpointConnectionsList
Implements IPrivateEndpointConnectionsList
- Inheritance
-
PrivateEndpointConnectionsList
- Attributes
- Implements
Constructors
PrivateEndpointConnectionsList() |
Creates an new PrivateEndpointConnectionsList instance. |
Properties
NextLink |
The URL to get the next set of endpoint connections. |
Value |
The list of returned private endpoint connection. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PrivateEndpointConnectionsList. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PrivateEndpointConnectionsList. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IPrivateEndpointConnectionsList. |
FromJsonString(String) |
Creates a new instance of PrivateEndpointConnectionsList, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PrivateEndpointConnectionsList into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |