Megosztás a következőn keresztül:


DatabaseData Class

Definition

A class representing the Database data model.

public class DatabaseData : Azure.ResourceManager.Models.ResourceData
type DatabaseData = class
    inherit ResourceData
Public Class DatabaseData
Inherits ResourceData
Inheritance
DatabaseData

Constructors

DatabaseData()

Initializes a new instance of DatabaseData.

Properties

ClientProtocol

Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted.

ClusteringPolicy

Clustering policy - default is OSSCluster. Specified at create time.

EvictionPolicy

Redis eviction policy - default is VolatileLRU.

GeoReplication

Optional set of properties to configure geo replication for this database.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Modules

Optional set of redis modules to enable in this database - modules can only be added at creation time.

Name

The name of the resource.

(Inherited from ResourceData)
Persistence

Persistence settings.

Port

TCP port of the database endpoint. Specified at create time. Defaults to an available port.

ProvisioningState

Current provisioning status of the database.

ResourceState

Current resource status of the database.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Applies to