Share via


MockableAvsArmClient.GetAvsPrivateCloudDatastoreResource Method

Definition

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

public virtual Azure.ResourceManager.Avs.AvsPrivateCloudDatastoreResource GetAvsPrivateCloudDatastoreResource (Azure.Core.ResourceIdentifier id);
abstract member GetAvsPrivateCloudDatastoreResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Avs.AvsPrivateCloudDatastoreResource
override this.GetAvsPrivateCloudDatastoreResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Avs.AvsPrivateCloudDatastoreResource
Public Overridable Function GetAvsPrivateCloudDatastoreResource (id As ResourceIdentifier) As AvsPrivateCloudDatastoreResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a AvsPrivateCloudDatastoreResource object.

Applies to