PrivateLinkResourcesOperationsExtensions.Get Method

Definition

Get a private link resource.

public static Microsoft.Azure.Management.EventGrid.Models.PrivateLinkResource Get (this Microsoft.Azure.Management.EventGrid.IPrivateLinkResourcesOperations operations, string resourceGroupName, string parentType, string parentName, string privateLinkResourceName);
static member Get : Microsoft.Azure.Management.EventGrid.IPrivateLinkResourcesOperations * string * string * string * string -> Microsoft.Azure.Management.EventGrid.Models.PrivateLinkResource
<Extension()>
Public Function Get (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, parentType As String, parentName As String, privateLinkResourceName As String) As PrivateLinkResource

Parameters

operations
IPrivateLinkResourcesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group within the user's subscription.

parentType
String

The type of the parent resource. This can be either 'topics', 'domains', or 'partnerNamespaces'.

parentName
String

The name of the parent resource (namely, either, the topic name, domain name, or partner namespace name).

privateLinkResourceName
String

The name of private link resource.

Returns

Remarks

Get properties of a private link resource.

Applies to