RMProfileClient.TryGetSubscriptionListByName 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.
public bool TryGetSubscriptionListByName (string tenantId, string subscriptionName, out System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription> subscriptions);
member this.TryGetSubscriptionListByName : string * string * seq -> bool
Public Function TryGetSubscriptionListByName (tenantId As String, subscriptionName As String, ByRef subscriptions As IEnumerable(Of IAzureSubscription)) As Boolean
Parameters
- tenantId
- String
- subscriptionName
- String
- subscriptions
- IEnumerable<IAzureSubscription>