AzureAccountExtensions.GetSubscriptions 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.
Overloads
GetSubscriptions(IAzureAccount) | |
GetSubscriptions(IAzureAccount, IAzureContextContainer) | |
GetSubscriptions(IAzureAccount, IAzureContextContainer) |
GetSubscriptions(IAzureAccount)
public static string[] GetSubscriptions (this Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount account);
static member GetSubscriptions : Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount -> string[]
<Extension()>
Public Function GetSubscriptions (account As IAzureAccount) As String()
Parameters
- account
- IAzureAccount
Returns
String[]
Applies to
GetSubscriptions(IAzureAccount, IAzureContextContainer)
public static System.Collections.Generic.List<Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription> GetSubscriptions (this Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount account, Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer profile);
static member GetSubscriptions : Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount * Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer -> System.Collections.Generic.List<Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription>
<Extension()>
Public Function GetSubscriptions (account As IAzureAccount, profile As IAzureContextContainer) As List(Of IAzureSubscription)
Parameters
- account
- IAzureAccount
- profile
- IAzureContextContainer
Returns
Applies to
GetSubscriptions(IAzureAccount, IAzureContextContainer)
public static System.Collections.Generic.List<Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription> GetSubscriptions (this Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount account, Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer profile);
static member GetSubscriptions : Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount * Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer -> System.Collections.Generic.List<Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription>
<Extension()>
Public Function GetSubscriptions (account As IAzureAccount, profile As IAzureContextContainer) As List(Of IAzureSubscription)
Parameters
- account
- IAzureAccount
- profile
- IAzureContextContainer