Interface ServerKey


  • public interface ServerKey
    An immutable client-side representation of ServerKey.
    • 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.