| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
PROPERTY_CONNECT_TIMEOUT |
"com.microsoft.windowsazure.Configuration.connectTimeout" |
public static final String |
PROPERTY_LOG_HTTP_REQUESTS |
"com.microsoft.windowsazure.Configuration.logHttpRequests" |
public static final String |
PROPERTY_READ_TIMEOUT |
"com.microsoft.windowsazure.Configuration.readTimeout" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
PROPERTY_CONNECTION_MANAGER |
"com.microsoft.windowsazure.Configuration.connectionManager" |
public static final String |
PROPERTY_HTTP_CLIENT_BUILDER |
"com.microsoft.windowsazure.Configuration.httpClientBuilder" |
public static final String |
PROPERTY_PROXY_URI |
"com.microsoft.windowsazure.Configuration.proxy" |
public static final String |
PROPERTY_REDIRECT_STRATEGY |
"com.microsoft.windowsazure.Configuration.redirectStrategy" |
public static final String |
PROPERTY_RETRY_HANDLER |
"com.microsoft.windowsazure.Configuration.retryHandler" |
public static final String |
PROPERTY_SSL_CONNECTION_SOCKET_FACTORY |
"com.microsoft.windowsazure.Configuration.sslConnectionSocketFactory" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_CLIENT_BACKOFF |
30000 |
public static final int |
DEFAULT_CLIENT_RETRY_COUNT |
3 |
public static final int |
DEFAULT_MAX_BACKOFF |
90000 |
public static final int |
DEFAULT_MIN_BACKOFF |
300 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
AZURE_TEST_MODE |
"test.mode" |
public static final String |
CLOUD_SERVICE_NAME |
"management.cloud.service.name" |
public static final String |
JOB_COLLECTION_NAME |
"management.job.collection.name" |
public static final String |
KEYSTORE_PASSWORD |
"management.keystore.password" |
public static final String |
KEYSTORE_PATH |
"management.keystore.path" |
public static final String |
KEYSTORE_TYPE |
"management.keystore.type" |
public static final String |
SUBSCRIPTION_CLOUD_CREDENTIALS |
"com.microsoft.windowsazure.Configuration.credentials" |
public static final String |
SUBSCRIPTION_ID |
"management.subscription.id" |
public static final String |
URI |
"management.uri" |
/**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/