Share via


MockableKeyVaultArmClient.GetManagedHsmPrivateEndpointConnectionResource Method

Definition

Gets an object representing a ManagedHsmPrivateEndpointConnectionResource 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 ManagedHsmPrivateEndpointConnectionResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.KeyVault.ManagedHsmPrivateEndpointConnectionResource GetManagedHsmPrivateEndpointConnectionResource (Azure.Core.ResourceIdentifier id);
abstract member GetManagedHsmPrivateEndpointConnectionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.KeyVault.ManagedHsmPrivateEndpointConnectionResource
override this.GetManagedHsmPrivateEndpointConnectionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.KeyVault.ManagedHsmPrivateEndpointConnectionResource
Public Overridable Function GetManagedHsmPrivateEndpointConnectionResource (id As ResourceIdentifier) As ManagedHsmPrivateEndpointConnectionResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ManagedHsmPrivateEndpointConnectionResource object.

Applies to