SharedPrivateLinkResource Constructors

Definition

Overloads

Name Description
SharedPrivateLinkResource()

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.

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

Initializes a new instance of the SharedPrivateLinkResource class.

SharedPrivateLinkResource()

Initializes a new instance of the SharedPrivateLinkResource class.

public SharedPrivateLinkResource();
Public Sub New ()

Applies to

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

Initializes a new instance of the SharedPrivateLinkResource class.

public SharedPrivateLinkResource(string id = default, string name = default, string type = default, Microsoft.Azure.Management.SignalR.Models.SystemData systemData = default, string provisioningState = default, string groupId = default, string privateLinkResourceId = default, string requestMessage = default, string status = default);
new Microsoft.Azure.Management.SignalR.Models.SharedPrivateLinkResource : string * string * string * Microsoft.Azure.Management.SignalR.Models.SystemData * string * string * string * string * string -> Microsoft.Azure.Management.SignalR.Models.SharedPrivateLinkResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional provisioningState As String = Nothing, Optional groupId As String = Nothing, Optional privateLinkResourceId As String = Nothing, Optional requestMessage As String = Nothing, Optional status As String = Nothing)

Parameters

id
String

Fully qualified resource Id for the resource.

name
String

The name of the resource.

type
String

The type of the resource - e.g. "Microsoft.SignalRService/SignalR"

systemData
SystemData

Metadata pertaining to creation and last modification of the resource.

provisioningState
String

Provisioning state of the shared private link resource Possible values include: 'Unknown', 'Succeeded', 'Failed', 'Canceled', 'Running', 'Creating', 'Updating', 'Deleting', 'Moving'

groupId
String

The group id from the provider of resource the shared private link resource is for

privateLinkResourceId
String

The resource id of the resource the shared private link resource is for

requestMessage
String

The request message for requesting approval of the shared private link resource

status
String

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

Applies to

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

Initializes a new instance of the SharedPrivateLinkResource class.

public SharedPrivateLinkResource(string id = default, string name = default, string type = default, Microsoft.Azure.Management.SignalR.Models.SystemData systemData = default, string provisioningState = default, string groupId = default, string privateLinkResourceId = default, string requestMessage = default, System.Collections.Generic.IList<string> fqdns = default, string status = default);
new Microsoft.Azure.Management.SignalR.Models.SharedPrivateLinkResource : string * string * string * Microsoft.Azure.Management.SignalR.Models.SystemData * string * string * string * string * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.SignalR.Models.SharedPrivateLinkResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional provisioningState As String = Nothing, Optional groupId As String = Nothing, Optional privateLinkResourceId As String = Nothing, Optional requestMessage As String = Nothing, Optional fqdns As IList(Of String) = Nothing, Optional status As String = Nothing)

Parameters

id
String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

name
String

The name of the resource

type
String

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

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

provisioningState
String

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

groupId
String

The group id from the provider of resource the shared private link resource is for

privateLinkResourceId
String

The resource id of the resource the shared private link resource is for

requestMessage
String

The request message for requesting approval of the shared private link resource

fqdns
IList<String>

A list of FQDNs for third party private link service

status
String

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

Applies to