PrivateEndpointConnection 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.
The private endpoint connection of a workspace
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.PrivateEndpointConnectionTypeConverter))]
public class PrivateEndpointConnection : Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IPrivateEndpointConnection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.PrivateEndpointConnectionTypeConverter))>]
type PrivateEndpointConnection = class
interface IPrivateEndpointConnection
interface IJsonSerializable
Public Class PrivateEndpointConnection
Implements IPrivateEndpointConnection
- Inheritance
-
PrivateEndpointConnection
- Attributes
- Implements
Constructors
PrivateEndpointConnection() |
Creates an new PrivateEndpointConnection instance. |
Properties
GroupId |
GroupIds from the private link service resource. |
Id |
The resource identifier. |
Name |
The resource name. |
PrivateEndpointId |
The resource identifier. |
PrivateLinkServiceConnectionStateActionsRequired |
Actions required for a private endpoint connection |
PrivateLinkServiceConnectionStateDescription |
The description for the current state of a private endpoint connection |
PrivateLinkServiceConnectionStateStatus |
The status of a private endpoint connection |
ProvisioningState |
Provisioning state of the private endpoint connection. |
ResourceGroupName |
Gets the resource group name |
Type |
The resource type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PrivateEndpointConnection. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PrivateEndpointConnection. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IPrivateEndpointConnection. |
FromJsonString(String) |
Creates a new instance of PrivateEndpointConnection, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PrivateEndpointConnection into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |