Get-AzMarketplacePrivateStoreCollection
Gets private store collection
Syntax
Get-AzMarketplacePrivateStoreCollection
-PrivateStoreId <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzMarketplacePrivateStoreCollection
-CollectionId <String>
-PrivateStoreInputObject <IMarketplaceIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzMarketplacePrivateStoreCollection
-CollectionId <String>
-PrivateStoreId <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzMarketplacePrivateStoreCollection
-InputObject <IMarketplaceIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Gets private store collection
Examples
Example 1: Get list of private store collections
Get-AzMarketplacePrivateStoreCollection -PrivateStoreId 53425a7b-4ac1-4729-8340-e1da5046212c
Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy SystemDataLastModifiedByType
---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ ----------------------------
53425a7b-4ac1-4729-8340-e1da5046212c User 8/23/2021 6:06:52 AM User
23455a7b-4ac1-4729-8340-e1da5046212c 12/1/2021 9:01:33 PM User 12/1/2021 9:01:33 PM User
This command gets list of private store collections.
Parameters
-CollectionId
The collection ID
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DefaultProfile
The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
Type: | PSObject |
Aliases: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-InputObject
Identity Parameter
Type: | IMarketplaceIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-PrivateStoreId
The store ID - must use the tenant ID
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PrivateStoreInputObject
Identity Parameter
Type: | IMarketplaceIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Inputs
Outputs
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell