SharedPrivateLinkResourceProperties Class

Definition

Describes the properties of an existing Shared Private Link Resource to use when connecting to a private origin.

public class SharedPrivateLinkResourceProperties
type SharedPrivateLinkResourceProperties = class
Public Class SharedPrivateLinkResourceProperties
Inheritance
SharedPrivateLinkResourceProperties

Constructors

SharedPrivateLinkResourceProperties()

Initializes a new instance of the SharedPrivateLinkResourceProperties class.

SharedPrivateLinkResourceProperties(ResourceReference, String, String, String, Nullable<SharedPrivateLinkResourceStatus>)

Initializes a new instance of the SharedPrivateLinkResourceProperties class.

Properties

GroupId

Gets or sets the group id from the provider of resource the shared private link resource is for.

PrivateLink

Gets or sets the resource id of the resource the shared private link resource is for.

PrivateLinkLocation

Gets or sets the location of the shared private link resource

RequestMessage

Gets or sets the request message for requesting approval of the shared private link resource.

Status

Gets or sets status of the shared private link resource. Can be Pending, Approved, Rejected, Disconnected, or Timeout. Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected', 'Timeout'

Applies to