C# Class Microsoft.Azure.Internal.Subscriptions.SubscriptionOperationsExtensions

Afficher le fichier Open project: Azure/azure-powershell

Méthodes publiques

Méthode Description
Get ( this operations, string subscriptionId ) : GetSubscriptionResult

Gets details about particular subscription.

GetAsync ( this operations, string subscriptionId ) : Task

Gets details about particular subscription.

List ( this operations ) : SubscriptionListResult

Gets a list of the subscriptionIds.

ListAsync ( this operations ) : Task

Gets a list of the subscriptionIds.

ListLocations ( this operations, string subscriptionId ) : LocationListResult

Gets a list of the subscription locations.

ListLocationsAsync ( this operations, string subscriptionId ) : Task

Gets a list of the subscription locations.

Method Details

Get() public static méthode

Gets details about particular subscription.
public static Get ( this operations, string subscriptionId ) : GetSubscriptionResult
operations this /// Reference to the /// Microsoft.Azure.Internal.Subscriptions.ISubscriptionOperations. ///
subscriptionId string /// Required. Id of the subscription. ///
Résultat Microsoft.Azure.Internal.Subscriptions.Models.GetSubscriptionResult

GetAsync() public static méthode

Gets details about particular subscription.
public static GetAsync ( this operations, string subscriptionId ) : Task
operations this /// Reference to the /// Microsoft.Azure.Internal.Subscriptions.ISubscriptionOperations. ///
subscriptionId string /// Required. Id of the subscription. ///
Résultat Task

List() public static méthode

Gets a list of the subscriptionIds.
public static List ( this operations ) : SubscriptionListResult
operations this /// Reference to the /// Microsoft.Azure.Internal.Subscriptions.ISubscriptionOperations. ///
Résultat Microsoft.Azure.Internal.Subscriptions.Models.SubscriptionListResult

ListAsync() public static méthode

Gets a list of the subscriptionIds.
public static ListAsync ( this operations ) : Task
operations this /// Reference to the /// Microsoft.Azure.Internal.Subscriptions.ISubscriptionOperations. ///
Résultat Task

ListLocations() public static méthode

Gets a list of the subscription locations.
public static ListLocations ( this operations, string subscriptionId ) : LocationListResult
operations this /// Reference to the /// Microsoft.Azure.Internal.Subscriptions.ISubscriptionOperations. ///
subscriptionId string /// Required. Id of the subscription ///
Résultat Microsoft.Azure.Internal.Subscriptions.Models.LocationListResult

ListLocationsAsync() public static méthode

Gets a list of the subscription locations.
public static ListLocationsAsync ( this operations, string subscriptionId ) : Task
operations this /// Reference to the /// Microsoft.Azure.Internal.Subscriptions.ISubscriptionOperations. ///
subscriptionId string /// Required. Id of the subscription ///
Résultat Task