Freigeben über


PrivateLinkResourcesList Class

Definition

The available private link resources for a workspace

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.PrivateLinkResourcesListTypeConverter))]
public class PrivateLinkResourcesList : Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IPrivateLinkResourcesList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.PrivateLinkResourcesListTypeConverter))>]
type PrivateLinkResourcesList = class
    interface IPrivateLinkResourcesList
    interface IJsonSerializable
Public Class PrivateLinkResourcesList
Implements IPrivateLinkResourcesList
Inheritance
PrivateLinkResourcesList
Attributes
Implements

Constructors

Name Description
PrivateLinkResourcesList()

Creates an new PrivateLinkResourcesList instance.

Properties

Name Description
NextLink

The URL to get the next set of private link resources.

Value

The list of available private link resources for a workspace

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PrivateLinkResourcesList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PrivateLinkResourcesList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IPrivateLinkResourcesList.

FromJsonString(String)

Creates a new instance of PrivateLinkResourcesList, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PrivateLinkResourcesList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to