ArmMarketplaceModelFactory.PrivateStoreCollectionDetails Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of PrivateStoreCollectionDetails.
public static Azure.ResourceManager.Marketplace.Models.PrivateStoreCollectionDetails PrivateStoreCollectionDetails (string collectionName = default, Guid? collectionId = default);
static member PrivateStoreCollectionDetails : string * Nullable<Guid> -> Azure.ResourceManager.Marketplace.Models.PrivateStoreCollectionDetails
Public Shared Function PrivateStoreCollectionDetails (Optional collectionName As String = Nothing, Optional collectionId As Nullable(Of Guid) = Nothing) As PrivateStoreCollectionDetails
Parameters
- collectionName
- String
Collection name.
Returns
A new PrivateStoreCollectionDetails instance for mocking.