C# 클래스 Elastacloud.AzureManagement.Fluent.Subscriptions.SubscriptionDetailsManager

Used to bring back subscription information for a user and also query the history of a subscription
상속: IAzureManager, ICertificateActivity, ISubscriptionQuery
파일 보기 프로젝트 열기: azurecoder/fluent-management

공개 메소드들

메소드 설명
AddPublishSettingsFromFile ( string path ) : ISubscriptionQuery

Adds a .publishsettings file and extracts the certificate

AddPublishSettingsFromXml ( string xml ) : ISubscriptionQuery

Adds a .publishsettings profile from a given body of Xml

보호된 메소드들

메소드 설명
OnAzureTaskComplete ( EventPoint point, string message ) : void

비공개 메소드들

메소드 설명
ICertificateActivity ( X509Certificate2 certificate ) : ISubscriptionQuery

Adds an X509Certificate2 certificate to the request

ICertificateActivity ( string thumbprint ) : ISubscriptionQuery

Searches various stores to find the certificate with the matching thumbprint id

ISubscriptionQuery ( ) : List

Invoked when the user needs a list of available locations they can deploy to Particularly relevant with free accounts given that they contain details of where deployment can occur

ISubscriptionQuery ( ) : Elastacloud.AzureManagement.Fluent.Types.SubscriptionInformation

Returns subscription information to the user

SubscriptionDetailsManager ( string subscriptionId ) : System.Collections.Generic

Sets the subscription id with the manager class

메소드 상세

AddPublishSettingsFromFile() 공개 메소드

Adds a .publishsettings file and extracts the certificate
public AddPublishSettingsFromFile ( string path ) : ISubscriptionQuery
path string
리턴 ISubscriptionQuery

AddPublishSettingsFromXml() 공개 메소드

Adds a .publishsettings profile from a given body of Xml
public AddPublishSettingsFromXml ( string xml ) : ISubscriptionQuery
xml string
리턴 ISubscriptionQuery

OnAzureTaskComplete() 보호된 메소드

protected OnAzureTaskComplete ( EventPoint point, string message ) : void
point EventPoint
message string
리턴 void