CredentialResult Class

  • java.lang.Object
    • com.azure.resourcemanager.containerservice.models.CredentialResult

public final class CredentialResult

The credential result response.

Constructor Summary

Constructor Description
CredentialResult()

Creates an instance of CredentialResult class.

Method Summary

Modifier and Type Method and Description
String name()

Get the name property: The name of the credential.

void validate()

Validates the instance.

byte[] value()

Get the value property: Base64-encoded Kubernetes configuration file.

Methods inherited from java.lang.Object

Constructor Details

CredentialResult

public CredentialResult()

Creates an instance of CredentialResult class.

Method Details

name

public String name()

Get the name property: The name of the credential.

Returns:

the name value.

validate

public void validate()

Validates the instance.

value

public byte[] value()

Get the value property: Base64-encoded Kubernetes configuration file.

Returns:

the value value.

Applies to