ManagementPolicy Interface
Implements
public interface ManagementPolicy
extends HasInnerModel<ManagementPolicyInner>, Indexable, Refreshable<ManagementPolicy>, Updatable<Update>, HasManager<StorageManager>
Type representing ManagementPolicy.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
id()
Gets resource ID. |
abstract
Offset |
lastModifiedTime()
Gets the last modified time. |
abstract String |
name()
Gets resource name. |
abstract
Management |
policy()
Gets the management policy schema. |
abstract
List<Policy |
rules()
Gets the list of rules for this policy. |
abstract String |
type()
Gets the type. |
Method Details
id
public abstract String id()
Gets resource ID.
Returns:
lastModifiedTime
public abstract OffsetDateTime lastModifiedTime()
Gets the last modified time.
Returns:
name
public abstract String name()
Gets resource name.
Returns:
policy
public abstract ManagementPolicySchema policy()
Gets the management policy schema.
Returns:
rules
public abstract List
Gets the list of rules for this policy.
Returns:
type
public abstract String type()
Gets the type.
Returns:
Applies to
Azure SDK for Java