MockableStorageSyncArmClient.GetStorageSyncPrivateEndpointConnectionResource Method

Definition

Gets an object representing a StorageSyncPrivateEndpointConnectionResource along with the instance operations that can be performed on it but with no data.

public virtual Azure.ResourceManager.StorageSync.StorageSyncPrivateEndpointConnectionResource GetStorageSyncPrivateEndpointConnectionResource(Azure.Core.ResourceIdentifier id);
abstract member GetStorageSyncPrivateEndpointConnectionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.StorageSync.StorageSyncPrivateEndpointConnectionResource
override this.GetStorageSyncPrivateEndpointConnectionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.StorageSync.StorageSyncPrivateEndpointConnectionResource
Public Overridable Function GetStorageSyncPrivateEndpointConnectionResource (id As ResourceIdentifier) As StorageSyncPrivateEndpointConnectionResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a StorageSyncPrivateEndpointConnectionResource object.

Applies to