Partilhar via


ManagedPrivateEndpointProperties Class

Definition

A class representing the properties of a managed private endpoint object.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.ManagedPrivateEndpointPropertiesTypeConverter))]
public class ManagedPrivateEndpointProperties : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IManagedPrivateEndpointProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.ManagedPrivateEndpointPropertiesTypeConverter))>]
type ManagedPrivateEndpointProperties = class
    interface IManagedPrivateEndpointProperties
    interface IJsonSerializable
Public Class ManagedPrivateEndpointProperties
Implements IManagedPrivateEndpointProperties
Inheritance
ManagedPrivateEndpointProperties
Attributes
Implements

Constructors

ManagedPrivateEndpointProperties()

Creates an new ManagedPrivateEndpointProperties instance.

Properties

GroupId

The groupId in which the managed private endpoint is created.

PrivateLinkResourceId

The ARM resource ID of the resource for which the managed private endpoint is created.

PrivateLinkResourceRegion

The region of the resource to which the managed private endpoint is created.

ProvisioningState

The provisioned state of the resource.

RequestMessage

The user request message.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedPrivateEndpointProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedPrivateEndpointProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IManagedPrivateEndpointProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedPrivateEndpointProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to