Class AzureStorageCredential
java.lang.Object
co.yellowdog.platform.account.credentials.AzureStorageCredential
- All Implemented Interfaces:
Credential,Serializable
@JsonClassDescription("Azure storage account credential")
public final class AzureStorageCredential
extends Object
implements Credential
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA builder that can be used to build a new AzureStorageCredential that is automatically validated on build. -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface co.yellowdog.platform.account.credentials.Credential
getExpiryTime
-
Method Details
-
builder
-
toBuilder
- Specified by:
toBuilderin interfaceCredential
-
getName
Description copied from interface:CredentialReturns the name assigned to the Credential to identify it to the ComputeServiceClient.- Specified by:
getNamein interfaceCredential- Returns:
- the name assigned to the Credential
-
getDescription
- Specified by:
getDescriptionin interfaceCredential
-
getAccountName
The Azure storage account name- Returns:
- the Azure storage account name
-
getAccountKey
-
equals
-
hashCode
-
toString
-