Table of Contents

Interface IWithKeyBasedMetadataWriteAccess

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition
Assembly
Microsoft.Azure.Management.CosmosDB.Fluent.dll

The stage of the cosmos db definition allowing to specify metadata write access.

public interface IWithKeyBasedMetadataWriteAccess

Methods

WithDisableKeyBaseMetadataWriteAccess(bool)

Specifies whether metadata write access should be disabled.

IWithCreate WithDisableKeyBaseMetadataWriteAccess(bool disabled)

Parameters

disabled bool

Whether metadata write access is disabled or not.

Returns

IWithCreate