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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java