SharedPrivateLinkResourceProperties Class

Definition

Describes the properties of an existing Shared Private Link Resource

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

Constructors

Name Description
SharedPrivateLinkResourceProperties()

Initializes a new instance of the SharedPrivateLinkResourceProperties class.

SharedPrivateLinkResourceProperties(String, String, String, String, IList<String>, String)

Initializes a new instance of the SharedPrivateLinkResourceProperties class.

SharedPrivateLinkResourceProperties(String, String, String, String, String)

Initializes a new instance of the SharedPrivateLinkResourceProperties class.

Properties

Name Description
Fqdns

Gets or sets a list of FQDNs for third party private link service

GroupId

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

PrivateLinkResourceId

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

ProvisioningState

Gets provisioning state of the resource. Possible values include: 'Unknown', 'Succeeded', 'Failed', 'Canceled', 'Running', 'Creating', 'Updating', 'Deleting', 'Moving'

RequestMessage

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

Status

Gets status of the shared private link resource Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected', 'Timeout'

Methods

Name Description
Validate()

Validate the object.

Applies to