Share via


MockableKustoArmClient.GetKustoPrivateLinkResource(ResourceIdentifier) Method

Definition

Gets an object representing a KustoPrivateLinkResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a KustoPrivateLinkResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.Kusto.KustoPrivateLinkResource GetKustoPrivateLinkResource (Azure.Core.ResourceIdentifier id);
abstract member GetKustoPrivateLinkResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Kusto.KustoPrivateLinkResource
override this.GetKustoPrivateLinkResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Kusto.KustoPrivateLinkResource
Public Overridable Function GetKustoPrivateLinkResource (id As ResourceIdentifier) As KustoPrivateLinkResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a KustoPrivateLinkResource object.

Applies to