Class GetDatabaseResult


  • public final class GetDatabaseResult
    extends java.lang.Object
    • Method Detail

      • charset

        public java.util.Optional<java.lang.String> charset()
        Returns:
        The charset of the database.
      • collation

        public java.util.Optional<java.lang.String> collation()
        Returns:
        The collation of the database.
      • id

        public java.lang.String id()
        Returns:
        Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
      • name

        public java.lang.String name()
        Returns:
        The name of the resource
      • type

        public java.lang.String type()
        Returns:
        The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"