Get-VBOAzureSubscription
Short Description
Returns Microsoft Azure subscriptions associated with a user account that will be used to access Azure Blob storage.
Syntax
This cmdlet provides parameter sets that allow you to:
- Get a subscription by the Microsoft Azure service account and the subscription name.
Get-VBOAzureSubscription -ServiceAccount <VBOAzureServiceAccount> [-Name <string>] [<CommonParameters>] |
- Get a subscription by the Microsoft Azure service account and the subscription ID.
Detailed Description
This cmdlet returns an array of subscriptions associated with a user account that will be used to access Azure Blob storage.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input | Accept Wildcard Characters |
---|---|---|---|---|---|---|
ServiceAccount | Specifies a Microsoft Azure service account. The cmdlet will return an array of subscriptions added to this service account. | Accepts the VBOAzureServiceAccount object. To get this object, run the Get-VBOAzureServiceAccount cmdlet. | True | Named | True (ByValue) | False |
Id | Specifies a subscription ID. The cmdlet will return a subscription with this ID. | String | True | Named | False | False |
Name | Specifies a subscription name. The cmdlet will return a subscription with this name. | String | False | Named | False | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Output Object
The cmdlet returns the VBOAzureSubscription object that contains details on subscriptions associated with a user account that will be used to access Azure Blob storage.
Examples
Example 1. Getting Microsoft Azure Subscription by Subscription Name
This example shows how to get a Microsoft Azure subscription by the subscription name.
Perform the following steps:
|
Example 2. Getting Microsoft Azure Subscription by ID
This example shows how to get a Microsoft Azure subscription by ID.
Perform the following steps:
|
Related Commands