Get-AzMarketplacePrivateStoreV1
Get information about the private store
Syntax
Get-AzMarketplacePrivateStoreV1
[-UseCache <String>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzMarketplacePrivateStoreV1
-Id <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzMarketplacePrivateStoreV1
-InputObject <IMarketplaceIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Get information about the private store
Examples
Example 1: Get Private Store details
Get-AzMarketplacePrivateStoreV1
Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy SystemDataLastModifiedByType
---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ ----------------------------
a260d38c-96cf-492d-a340-404d0c4b3ad6 User 12/1/2021 9:01:33 PM User
This command Gets the private store details
Parameters
-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 |
-Id
The store ID - must use the tenant ID
Type: | String |
Aliases: | PrivateStoreId |
Position: | Named |
Default value: | None |
Required: | True |
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 |
-UseCache
Determines if to use cache or DB for serving this request
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
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