AzureSubscriptionExtensions.GetTags(IAzureSubscription) Method

Definition

public static System.Collections.Generic.Dictionary<string,string> GetTags (this Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription subscription);
static member GetTags : Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription -> System.Collections.Generic.Dictionary<string, string>
<Extension()>
Public Function GetTags (subscription As IAzureSubscription) As Dictionary(Of String, String)

Parameters

subscription
IAzureSubscription

Returns

Applies to