public final class AzureProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AzureProperties.PortValueValidator
Validator for valid network ports
|
| Modifier and Type | Field and Description |
|---|---|
static com.hazelcast.config.properties.PropertyDefinition |
CLIENT_ID
The constant CLIENT_ID.
|
static com.hazelcast.config.properties.PropertyDefinition |
CLIENT_SECRET
The constant CLIENT_SECRET.
|
static com.hazelcast.config.properties.PropertyDefinition |
CLUSTER_ID
The constant CLUSTER_ID.
|
static com.hazelcast.config.properties.PropertyDefinition |
GROUP_NAME
The constant GROUP_NAME.
|
static com.hazelcast.config.properties.PropertyDefinition |
SUBSCRIPTION_ID
The constant SUBSCRIPTION_ID.
|
static com.hazelcast.config.properties.PropertyDefinition |
TENANT_ID
The constant TENANT_ID.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Comparable> |
getOrNull(com.hazelcast.config.properties.PropertyDefinition property,
Map<String,Comparable> properties)
Returns a Comparable type for the specified property defition in the provided
property map
|
public static final com.hazelcast.config.properties.PropertyDefinition CLIENT_ID
public static final com.hazelcast.config.properties.PropertyDefinition TENANT_ID
public static final com.hazelcast.config.properties.PropertyDefinition SUBSCRIPTION_ID
public static final com.hazelcast.config.properties.PropertyDefinition CLIENT_SECRET
public static final com.hazelcast.config.properties.PropertyDefinition CLUSTER_ID
public static final com.hazelcast.config.properties.PropertyDefinition GROUP_NAME
public static <T extends Comparable> T getOrNull(com.hazelcast.config.properties.PropertyDefinition property, Map<String,Comparable> properties)
property - the PropertyDefition to use provided byproperties - the properties map to retrieve the property fromcom.hazelcast.config.properties.ValidationException - if value does not fall in valid port number rangeCopyright © 2017. All Rights Reserved.