Microsoft.Azure.Common Class for token based credentials associated with a particular subscription. Base class for credentials associated with a particular subscription. 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. Initializes a new instance of the class with subscription ID. The Subscription ID. Valid JSON Web Token (JWT). Initializes a new instance of the class without subscription ID. Valid JSON Web Token (JWT). Attempt to create token credentials from a collection of settings. The settings to use. TokenCloudCredentials is created, null otherwise. Apply the credentials to the HTTP request. The HTTP request. Cancellation token. Task that will complete when processing has completed. 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. Gets or sets secure token used to authenticate against Microsoft Azure API. No anonymous requests are allowed. A standard service response including an HTTP status code and request ID. Gets or sets the value that uniquely identifies a request made against the service. The status of the asynchronous request. The asynchronous request is in progress. The asynchronous request succeeded. The asynchronous request failed. 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. 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. The HTTP status code for the asynchronous request. The request ID of the asynchronous request. This value is returned in the x-ms-request-id response header of the asynchronous request. The status of the asynchronous 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. Initializes a new instance of the ErrorDetails class. The management service error code returned if the asynchronous request failed. The management service error message returned if the asynchronous request failed. Resource information. Initializes a new instance of the ResourceBase class. Initializes a new instance of the ResourceBase class with required arguments. Required. Gets or sets the location of the resource. Optional. Gets or sets the tags attached to the resource. Resource information with extended details. Initializes a new instance of the ResourceBaseExtended class. Initializes a new instance of the ResourceBaseExtended class with required arguments. Optional. Gets or sets the ID of the resource. Optional. Gets or sets the name of the resource. Optional. Gets or sets the type of the resource. Resource identity. Initializes a new instance of the ResourceIdentity class. Initializes a new instance of the ResourceIdentity class. Returns provider string from resource type. Resource type. Provider Returns type string from resource type. Resource type. Type Optional. Gets or sets parent resource path (optional). Required. Gets or sets resource name. Required. Gets or sets API version of the resource provider. Required. Gets or sets namespace of the resource provider. Required. Gets or sets resource type. Parameter attribute used with OData filters. Initializes a new instance of the class. Property name to use in the filter. Initializes a new instance of the class. Property name to use in the filter. Format of the value. Property name to use in the filter. Format of the value. Handles OData filter generation. Generates an OData filter from a specified Linq expression. Filter type Entity to use for filter generation Expression visitor class that generates OData style $filter parameter. Visits binary expression like ==, &&, >, etc. Node to visit. Original node. Visits binary expression !foo. Node to visit. Original node. Visits conditional expression foo == true ? bar : fee. Throws NotSupportedException. Node to visit. Throws NotSupportedException. Visits new object expression like new DateTime(). Node to visit. Original node. Visits constants like 'a' or 123. Node to visit. Original node. Visits object members like p.Foo or dateTime.Hour. Node to visit. Original node. Visits method calls like Contains, StartsWith, etc. Methods that are not supported will throw an exception. Node to visit. Original node. Appends 'eq true' to Boolean unary operators. Helper method to print constant. Object to print. Helper method to generate property name. Property to examine. Property name or value specified in the FilterParameterAttribute. Helper method to retrieve format from the FilterParameterAttribute. Property to examine. Format from FilterParameterAttribute or null. A strongly-typed resource class, for looking up localized strings, etc. Returns the cached ResourceManager instance used by this class. Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class. Looks up a localized string similar to Value cannot be empty. Parameter name: {0}. Looks up a localized string similar to The specified argument {0} cannot be greater than its ceiling value of {1}.. Looks up a localized string similar to The specified argument {0} cannot be initialized with a negative value.. Looks up a localized string similar to Failed to convert parameter {0} value '{1}' to type {2}.. Looks up a localized string similar to {3} Failed to create {0} from connection settings {1} = "{2}".. Looks up a localized string similar to No connection settings found for type {0}. Enable tracing for more information.. Looks up a localized string similar to No credentials of type '{0}' could be initialized from the provided settings.. Looks up a localized string similar to Parameter {0} is required.. Looks up a localized string similar to Default retry strategy for technology {0}, named '{1}', is not defined.. Looks up a localized string similar to Default retry strategy for technology {0} was not not defined, and there is no overall default strategy.. Looks up a localized string similar to Retry handler is not present in the HttpClient handler stack.. Looks up a localized string similar to The RetryManager is already set.. 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.. Looks up a localized string similar to Response status code indicates server error: {0} ({1}).. Looks up a localized string similar to The action has exceeded its defined retry limit.. Looks up a localized string similar to The retry strategy with name '{0}' cannot be found.. Looks up a localized string similar to The specified string argument {0} must not be empty.. Looks up a localized string similar to The specified argument '{0}' cannot return a null task when invoked.. Looks up a localized string similar to The specified argument '{0}' must return a scheduled task (also known as "hot" task) when invoked..