CosmosDBAccount.DefinitionStages.WithKeyBasedMetadataWriteAccess Interface
public static interface CosmosDBAccount.DefinitionStages.WithKeyBasedMetadataWriteAccess
The stage of the cosmos db definition allowing to specify metadata write access.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withDisableKeyBaseMetadataWriteAccess(boolean disabled)
Specifies whether metadata write access should be disabled. |
Method Details
withDisableKeyBaseMetadataWriteAccess
public abstract CosmosDBAccount.DefinitionStages.WithCreate withDisableKeyBaseMetadataWriteAccess(boolean disabled)
Specifies whether metadata write access should be disabled.
Parameters:
disabled
- whether metadata write access is disabled or not.
Returns:
the next stage
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java