Orchard/lib/windowsazure/Microsoft.Azure.Common.xml
2015-01-16 00:06:27 +01:00

278 lines
14 KiB
XML

<?xml version="1.0"?>
<doc>
<assembly>
<name>Microsoft.Azure.Common</name>
</assembly>
<members>
<member name="T:Microsoft.Azure.TokenCloudCredentials">
<summary>
Class for token based credentials associated with a particular subscription.
</summary>
</member>
<member name="T:Microsoft.Azure.SubscriptionCloudCredentials">
<summary>
Base class for credentials associated with a particular subscription.
</summary>
</member>
<member name="P:Microsoft.Azure.SubscriptionCloudCredentials.SubscriptionId">
<summary>
Gets subscription ID which uniquely identifies Microsoft Azure
subscription. The subscription ID forms part of the URI for
every call that you make to the Service Management API.
</summary>
</member>
<member name="M:Microsoft.Azure.TokenCloudCredentials.#ctor(System.String,System.String)">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.Azure.TokenCloudCredentials"/>
class with subscription ID.
</summary>
<param name="subscriptionId">The Subscription ID.</param>
<param name="token">Valid JSON Web Token (JWT).</param>
</member>
<member name="M:Microsoft.Azure.TokenCloudCredentials.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.Azure.TokenCloudCredentials"/>
class without subscription ID.
</summary>
<param name="token">Valid JSON Web Token (JWT).</param>
</member>
<member name="M:Microsoft.Azure.TokenCloudCredentials.Create(System.Collections.Generic.IDictionary{System.String,System.Object})">
<summary>
Attempt to create token credentials from a collection of
settings.
</summary>
<param name="settings">The settings to use.</param>
<returns>
TokenCloudCredentials is created, null otherwise.
</returns>
</member>
<member name="M:Microsoft.Azure.TokenCloudCredentials.ProcessHttpRequestAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)">
<summary>
Apply the credentials to the HTTP request.
</summary>
<param name="request">The HTTP request.</param>
<param name="cancellationToken">Cancellation token.</param>
<returns>
Task that will complete when processing has completed.
</returns>
</member>
<member name="P:Microsoft.Azure.TokenCloudCredentials.SubscriptionId">
<summary>
Gets subscription ID which uniquely identifies Microsoft Azure
subscription. The subscription ID forms part of the URI for
every call that you make to the Service Management API.
</summary>
</member>
<member name="P:Microsoft.Azure.TokenCloudCredentials.Token">
<summary>
Gets or sets secure token used to authenticate against Microsoft Azure API.
No anonymous requests are allowed.
</summary>
</member>
<member name="T:Microsoft.Azure.AzureOperationResponse">
<summary>
A standard service response including an HTTP status code and request
ID.
</summary>
</member>
<member name="P:Microsoft.Azure.AzureOperationResponse.RequestId">
<summary>
Gets or sets the value that uniquely identifies a request
made against the service.
</summary>
</member>
<member name="T:Microsoft.Azure.OperationStatus">
<summary>
The status of the asynchronous request.
</summary>
</member>
<member name="F:Microsoft.Azure.OperationStatus.InProgress">
<summary>
The asynchronous request is in progress.
</summary>
</member>
<member name="F:Microsoft.Azure.OperationStatus.Succeeded">
<summary>
The asynchronous request succeeded.
</summary>
</member>
<member name="F:Microsoft.Azure.OperationStatus.Failed">
<summary>
The asynchronous request failed.
</summary>
</member>
<member name="T:Microsoft.Azure.OperationStatusResponse">
<summary>
The response body contains the status of the specified
asynchronous operation, indicating whether it has succeeded, is i
progress, or has failed. Note that this status is distinct from the
HTTP status code returned for the Get Operation Status operation
itself. If the asynchronous operation succeeded, the response body
includes the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request, and also includes error
information regarding the failure.
</summary>
</member>
<member name="P:Microsoft.Azure.OperationStatusResponse.Error">
<summary>
If the asynchronous operation failed, the response body includes
the HTTP status code for the failed request, and also includes
error information regarding the failure.
</summary>
</member>
<member name="P:Microsoft.Azure.OperationStatusResponse.HttpStatusCode">
<summary>
The HTTP status code for the asynchronous request.
</summary>
</member>
<member name="P:Microsoft.Azure.OperationStatusResponse.Id">
<summary>
The request ID of the asynchronous request. This value is returned
in the x-ms-request-id response header of the asynchronous request.
</summary>
</member>
<member name="P:Microsoft.Azure.OperationStatusResponse.Status">
<summary>
The status of the asynchronous request.
</summary>
</member>
<member name="T:Microsoft.Azure.OperationStatusResponse.ErrorDetails">
<summary>
If the asynchronous operation failed, the response body includes
the HTTP status code for the failed request, and also includes
error information regarding the failure.
</summary>
</member>
<member name="M:Microsoft.Azure.OperationStatusResponse.ErrorDetails.#ctor">
<summary>
Initializes a new instance of the ErrorDetails class.
</summary>
</member>
<member name="P:Microsoft.Azure.OperationStatusResponse.ErrorDetails.Code">
<summary>
The management service error code returned if the asynchronous
request failed.
</summary>
</member>
<member name="P:Microsoft.Azure.OperationStatusResponse.ErrorDetails.Message">
<summary>
The management service error message returned if the
asynchronous request failed.
</summary>
</member>
<member name="T:Microsoft.Azure.Common.Properties.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Microsoft.Azure.Common.Properties.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Microsoft.Azure.Common.Properties.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Microsoft.Azure.Common.Properties.Resources.ArgumentCannotBeEmpty">
<summary>
Looks up a localized string similar to Value cannot be empty.
Parameter name: {0}.
</summary>
</member>
<member name="P:Microsoft.Azure.Common.Properties.Resources.ArgumentCannotBeGreaterThanBaseline">
<summary>
Looks up a localized string similar to The specified argument {0} cannot be greater than its ceiling value of {1}..
</summary>
</member>
<member name="P:Microsoft.Azure.Common.Properties.Resources.ArgumentCannotBeNegative">
<summary>
Looks up a localized string similar to The specified argument {0} cannot be initialized with a negative value..
</summary>
</member>
<member name="P:Microsoft.Azure.Common.Properties.Resources.ConfigurationHelper_CreateCouldNotConvertException">
<summary>
Looks up a localized string similar to Failed to convert parameter {0} value &apos;{1}&apos; to type {2}..
</summary>
</member>
<member name="P:Microsoft.Azure.Common.Properties.Resources.ConfigurationHelper_CreateFromSettings_CreateSettingsFailedException">
<summary>
Looks up a localized string similar to {3} Failed to create {0} from connection settings {1} = &quot;{2}&quot;..
</summary>
</member>
<member name="P:Microsoft.Azure.Common.Properties.Resources.ConfigurationHelper_CreateFromSettings_NoConnectionSettingsFound">
<summary>
Looks up a localized string similar to No connection settings found for type {0}. Enable tracing for more information..
</summary>
</member>
<member name="P:Microsoft.Azure.Common.Properties.Resources.ConfigurationHelper_GetCredentials_NotFound">
<summary>
Looks up a localized string similar to No credentials of type &apos;{0}&apos; could be initialized from the provided settings..
</summary>
</member>
<member name="P:Microsoft.Azure.Common.Properties.Resources.ConfigurationHelper_GetParameter_NotFound">
<summary>
Looks up a localized string similar to Parameter {0} is required..
</summary>
</member>
<member name="P:Microsoft.Azure.Common.Properties.Resources.DefaultRetryStrategyMappingNotFound">
<summary>
Looks up a localized string similar to Default retry strategy for technology {0}, named &apos;{1}&apos;, is not defined..
</summary>
</member>
<member name="P:Microsoft.Azure.Common.Properties.Resources.DefaultRetryStrategyNotFound">
<summary>
Looks up a localized string similar to Default retry strategy for technology {0} was not not defined, and there is no overall default strategy..
</summary>
</member>
<member name="P:Microsoft.Azure.Common.Properties.Resources.ExceptionRetryHandlerMissing">
<summary>
Looks up a localized string similar to Retry handler is not present in the HttpClient handler stack..
</summary>
</member>
<member name="P:Microsoft.Azure.Common.Properties.Resources.ExceptionRetryManagerAlreadySet">
<summary>
Looks up a localized string similar to The RetryManager is already set..
</summary>
</member>
<member name="P:Microsoft.Azure.Common.Properties.Resources.ExceptionRetryManagerNotSet">
<summary>
Looks up a localized string similar to The default RetryManager has not been set. Set it by invoking the RetryManager.SetDefault static method, or if you are using declarative configuration, you can invoke the RetryPolicyFactory.CreateDefault() method to automatically create the retry manager from the configuration file..
</summary>
</member>
<member name="P:Microsoft.Azure.Common.Properties.Resources.ResponseStatusCodeError">
<summary>
Looks up a localized string similar to Response status code indicates server error: {0} ({1})..
</summary>
</member>
<member name="P:Microsoft.Azure.Common.Properties.Resources.RetryLimitExceeded">
<summary>
Looks up a localized string similar to The action has exceeded its defined retry limit..
</summary>
</member>
<member name="P:Microsoft.Azure.Common.Properties.Resources.RetryStrategyNotFound">
<summary>
Looks up a localized string similar to The retry strategy with name &apos;{0}&apos; cannot be found..
</summary>
</member>
<member name="P:Microsoft.Azure.Common.Properties.Resources.StringCannotBeEmpty">
<summary>
Looks up a localized string similar to The specified string argument {0} must not be empty..
</summary>
</member>
<member name="P:Microsoft.Azure.Common.Properties.Resources.TaskCannotBeNull">
<summary>
Looks up a localized string similar to The specified argument &apos;{0}&apos; cannot return a null task when invoked..
</summary>
</member>
<member name="P:Microsoft.Azure.Common.Properties.Resources.TaskMustBeScheduled">
<summary>
Looks up a localized string similar to The specified argument &apos;{0}&apos; must return a scheduled task (also known as &quot;hot&quot; task) when invoked..
</summary>
</member>
</members>
</doc>