MockableMarketplaceArmClient.GetPrivateStoreCollectionInfoResource Method

Definition

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

public virtual Azure.ResourceManager.Marketplace.PrivateStoreCollectionInfoResource GetPrivateStoreCollectionInfoResource (Azure.Core.ResourceIdentifier id);
abstract member GetPrivateStoreCollectionInfoResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Marketplace.PrivateStoreCollectionInfoResource
override this.GetPrivateStoreCollectionInfoResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Marketplace.PrivateStoreCollectionInfoResource
Public Overridable Function GetPrivateStoreCollectionInfoResource (id As ResourceIdentifier) As PrivateStoreCollectionInfoResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a PrivateStoreCollectionInfoResource object.

Applies to