AccessKeysInner Class
- java.
lang. Object - com.
azure. resourcemanager. purview. fluent. models. AccessKeysInner
- com.
Implements
public final class AccessKeysInner
implements JsonSerializable<AccessKeysInner>
The Account access keys.
Constructor Summary
| Constructor | Description |
|---|---|
| AccessKeysInner() |
Creates an instance of Access |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
atlasKafkaPrimaryEndpoint()
Get the atlas |
| String |
atlasKafkaSecondaryEndpoint()
Get the atlas |
|
static
Access |
fromJson(JsonReader jsonReader)
Reads an instance of Access |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Access |
withAtlasKafkaPrimaryEndpoint(String atlasKafkaPrimaryEndpoint)
Set the atlas |
|
Access |
withAtlasKafkaSecondaryEndpoint(String atlasKafkaSecondaryEndpoint)
Set the atlas |
Methods inherited from java.lang.Object
Constructor Details
AccessKeysInner
public AccessKeysInner()
Creates an instance of AccessKeysInner class.
Method Details
atlasKafkaPrimaryEndpoint
public String atlasKafkaPrimaryEndpoint()
Get the atlasKafkaPrimaryEndpoint property: Gets or sets the primary connection string.
Returns:
atlasKafkaSecondaryEndpoint
public String atlasKafkaSecondaryEndpoint()
Get the atlasKafkaSecondaryEndpoint property: Gets or sets the secondary connection string.
Returns:
fromJson
public static AccessKeysInner fromJson(JsonReader jsonReader)
Reads an instance of AccessKeysInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withAtlasKafkaPrimaryEndpoint
public AccessKeysInner withAtlasKafkaPrimaryEndpoint(String atlasKafkaPrimaryEndpoint)
Set the atlasKafkaPrimaryEndpoint property: Gets or sets the primary connection string.
Parameters:
Returns:
withAtlasKafkaSecondaryEndpoint
public AccessKeysInner withAtlasKafkaSecondaryEndpoint(String atlasKafkaSecondaryEndpoint)
Set the atlasKafkaSecondaryEndpoint property: Gets or sets the secondary connection string.
Parameters:
Returns: