C# Класс Microsoft.Azure.Internal.Subscriptions.SubscriptionOperationsExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Get() публичный статический Метод

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. ///
Результат Microsoft.Azure.Internal.Subscriptions.Models.GetSubscriptionResult

GetAsync() публичный статический Метод

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. ///
Результат Task

List() публичный статический Метод

Gets a list of the subscriptionIds.
public static List ( this operations ) : SubscriptionListResult
operations this /// Reference to the /// Microsoft.Azure.Internal.Subscriptions.ISubscriptionOperations. ///
Результат Microsoft.Azure.Internal.Subscriptions.Models.SubscriptionListResult

ListAsync() публичный статический Метод

Gets a list of the subscriptionIds.
public static ListAsync ( this operations ) : Task
operations this /// Reference to the /// Microsoft.Azure.Internal.Subscriptions.ISubscriptionOperations. ///
Результат Task

ListLocations() публичный статический Метод

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 ///
Результат Microsoft.Azure.Internal.Subscriptions.Models.LocationListResult

ListLocationsAsync() публичный статический Метод

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 ///
Результат Task