CredentialResultsInner Class
- java.
lang. Object - com.
azure. resourcemanager. hybridkubernetes. fluent. models. CredentialResultsInner
- com.
Implements
public final class CredentialResultsInner
implements JsonSerializable<CredentialResultsInner>
The list of credential result response.
Constructor Summary
| Constructor | Description |
|---|---|
| CredentialResultsInner() |
Creates an instance of Credential |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Credential |
fromJson(JsonReader jsonReader)
Reads an instance of Credential |
|
Hybrid |
hybridConnectionConfig()
Get the hybrid |
|
List<Credential |
kubeconfigs()
Get the kubeconfigs property: Base64-encoded Kubernetes configuration file. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
CredentialResultsInner
public CredentialResultsInner()
Creates an instance of CredentialResultsInner class.
Method Details
fromJson
public static CredentialResultsInner fromJson(JsonReader jsonReader)
Reads an instance of CredentialResultsInner from the JsonReader.
Parameters:
Returns:
Throws:
hybridConnectionConfig
public HybridConnectionConfig hybridConnectionConfig()
Get the hybridConnectionConfig property: Contains the REP (rendezvous endpoint) and “Sender” access token.
Returns:
kubeconfigs
public List<CredentialResult> kubeconfigs()
Get the kubeconfigs property: Base64-encoded Kubernetes configuration file.
Returns:
toJson
validate
public void validate()
Validates the instance.