Interface ServerKey
-
public interface ServerKeyAn immutable client-side representation of ServerKey.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceServerKey.DefinitionThe entirety of the ServerKey definition.static interfaceServerKey.DefinitionStagesThe ServerKey definition stages.static interfaceServerKey.UpdateThe template for ServerKey update.static interfaceServerKey.UpdateStagesThe ServerKey update stages.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OffsetDateTimecreationDate()Gets the creationDate property: The key creation date.Stringid()Gets the id property: Fully qualified resource Id for the resource.ServerKeyInnerinnerModel()Gets the inner com.azure.resourcemanager.mysql.fluent.models.ServerKeyInner object.Stringkind()Gets the kind property: Kind of encryption protector used to protect the key.Stringname()Gets the name property: The name of the resource.ServerKeyrefresh()Refreshes the resource to sync with Azure.ServerKeyrefresh(com.azure.core.util.Context context)Refreshes the resource to sync with Azure.ServerKeyTypeserverKeyType()Gets the serverKeyType property: The key type like 'AzureKeyVault'.Stringtype()Gets the type property: The type of the resource.ServerKey.Updateupdate()Begins update for the ServerKey resource.Stringuri()Gets the uri property: The URI of the key.
-
-
-
Method Detail
-
id
String id()
Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()
Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()
Gets the type property: The type of the resource.- Returns:
- the type value.
-
kind
String kind()
Gets the kind property: Kind of encryption protector used to protect the key.- Returns:
- the kind value.
-
serverKeyType
ServerKeyType serverKeyType()
Gets the serverKeyType property: The key type like 'AzureKeyVault'.- Returns:
- the serverKeyType value.
-
uri
String uri()
Gets the uri property: The URI of the key.- Returns:
- the uri value.
-
creationDate
OffsetDateTime creationDate()
Gets the creationDate property: The key creation date.- Returns:
- the creationDate value.
-
innerModel
ServerKeyInner innerModel()
Gets the inner com.azure.resourcemanager.mysql.fluent.models.ServerKeyInner object.- Returns:
- the inner object.
-
update
ServerKey.Update update()
Begins update for the ServerKey resource.- Returns:
- the stage of resource update.
-
refresh
ServerKey refresh()
Refreshes the resource to sync with Azure.- Returns:
- the refreshed resource.
-
refresh
ServerKey refresh(com.azure.core.util.Context context)
Refreshes the resource to sync with Azure.- Parameters:
context- The context to associate with this operation.- Returns:
- the refreshed resource.
-
-