Uses of Class
com.azure.resourcemanager.mariadb.models.ServerForCreate
Package
Description
Package containing the service clients for MariaDBManagementClient.
Package containing the data models for MariaDBManagementClient.
-
Uses of ServerForCreate in com.azure.resourcemanager.mariadb.fluent
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerInner>,
ServerInner> ServersClient.beginCreate
(String resourceGroupName, String serverName, ServerForCreate parameters) Creates a new server or updates an existing server.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerInner>,
ServerInner> ServersClient.beginCreate
(String resourceGroupName, String serverName, ServerForCreate parameters, com.azure.core.util.Context context) Creates a new server or updates an existing server.ServersClient.create
(String resourceGroupName, String serverName, ServerForCreate parameters) Creates a new server or updates an existing server.ServersClient.create
(String resourceGroupName, String serverName, ServerForCreate parameters, com.azure.core.util.Context context) Creates a new server or updates an existing server. -
Uses of ServerForCreate in com.azure.resourcemanager.mariadb.models
Modifier and TypeMethodDescriptionServerForCreate.withLocation
(String location) Set the location property: The location the resource resides in.ServerForCreate.withProperties
(ServerPropertiesForCreate properties) Set the properties property: Properties of the server.Set the sku property: The SKU (pricing tier) of the server.Set the tags property: Application-specific metadata in the form of key-value pairs.