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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java