C# 클래스 Microsoft.Azure.Internal.Subscriptions.SubscriptionOperationsExtensions

파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
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