SharedPrivateLinkResource Class

Definition

Describes a Shared Private Link Resource

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

Constructors

Name Description
SharedPrivateLinkResource()

Initializes a new instance of the SharedPrivateLinkResource class.

SharedPrivateLinkResource(String, String, String, SystemData, String, String, String, String, IList<String>, String)

Initializes a new instance of the SharedPrivateLinkResource class.

SharedPrivateLinkResource(String, String, String, SystemData, String, String, String, String, String)

Initializes a new instance of the SharedPrivateLinkResource 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

Id

Gets fully qualified resource ID for the resource. E.g. "/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 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'

SystemData

Gets metadata pertaining to creation and last modification of the resource.

SystemData

Gets azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from Resource)
Type

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

(Inherited from Resource)

Applies to