Table of Contents

Interface IWithKeyBasedMetadataWriteAccess

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

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

public interface IWithKeyBasedMetadataWriteAccess

Methods

WithDisableKeyBaseMetadataWriteAccess(bool)

Specifies whether metadata write access should be disabled.

IWithOptionals WithDisableKeyBaseMetadataWriteAccess(bool disabled)

Parameters

disabled bool

Whether metadata write access is disabled or not.

Returns

IWithOptionals