메소드 | 설명 | |
---|---|---|
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 ( |
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
|
public AddPublishSettingsFromFile ( string path ) : ISubscriptionQuery | ||
path | string | |
리턴 | ISubscriptionQuery |
public AddPublishSettingsFromXml ( string xml ) : ISubscriptionQuery | ||
xml | string | |
리턴 | ISubscriptionQuery |
protected OnAzureTaskComplete ( EventPoint point, string message ) : void | ||
point | EventPoint | |
message | string | |
리턴 | void |