PolicyDefinition.UpdateStages.WithMetadata Interface
public static interface PolicyDefinition.UpdateStages.WithMetadata
A policy definition allowing policy definition metadata to be set.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withMetadata(Object metadata)
Specifies the policy definition metadata. |
Method Details
withMetadata
public abstract PolicyDefinition.Update 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 update
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