ManagedPrivateEndpoint Class

Definition

Class representing a managed private endpoint.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ManagedPrivateEndpoint : Microsoft.Azure.Management.Kusto.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ManagedPrivateEndpoint = class
    inherit ProxyResource
Public Class ManagedPrivateEndpoint
Inherits ProxyResource
Inheritance
ManagedPrivateEndpoint
Attributes

Constructors

ManagedPrivateEndpoint()

Initializes a new instance of the ManagedPrivateEndpoint class.

ManagedPrivateEndpoint(String, String, String, String, String, String, String, String, SystemData)

Initializes a new instance of the ManagedPrivateEndpoint class.

Properties

GroupId

Gets or sets the groupId in which the managed private endpoint is created.

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
Name

Gets the name of the resource

(Inherited from Resource)
PrivateLinkResourceId

Gets or sets the ARM resource ID of the resource for which the managed private endpoint is created.

PrivateLinkResourceRegion

Gets or sets the region of the resource to which the managed private endpoint is created.

ProvisioningState

Gets the provisioned state of the resource. Possible values include: 'Running', 'Creating', 'Deleting', 'Succeeded', 'Failed', 'Moving'

RequestMessage

Gets or sets the user request message.

SystemData
Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to