Share via


MockableStorageArmClient.GetStoragePrivateEndpointConnectionResource Method

Definition

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

public virtual Azure.ResourceManager.Storage.StoragePrivateEndpointConnectionResource GetStoragePrivateEndpointConnectionResource (Azure.Core.ResourceIdentifier id);
abstract member GetStoragePrivateEndpointConnectionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Storage.StoragePrivateEndpointConnectionResource
override this.GetStoragePrivateEndpointConnectionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Storage.StoragePrivateEndpointConnectionResource
Public Overridable Function GetStoragePrivateEndpointConnectionResource (id As ResourceIdentifier) As StoragePrivateEndpointConnectionResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a StoragePrivateEndpointConnectionResource object.

Applies to