PolicyDefinition.DefinitionStages.WithMetadata Interface
public static interface PolicyDefinition.DefinitionStages.WithMetadata
A policy definition allowing policy definition metadata to be set.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withMetadata(Object metadata)
Specifies the policy definition metadata. |
Method Details
withMetadata
public abstract PolicyDefinition.DefinitionStages.WithCreate withMetadata(Object metadata)
Specifies the policy definition metadata.
Metadata is an open-ended object and is typically a collection of key value pairs.
Parameters:
metadata
- the policy definition metadata
Returns:
the next stage of policy definition
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