Delen via


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 OffsetDateTime lastModifiedTime()

Gets the last modified time.

abstract String name()

Gets resource name.

abstract ManagementPolicySchema policy()

Gets the management policy schema.

abstract List<PolicyRule> 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:

the id value.

lastModifiedTime

public abstract OffsetDateTime lastModifiedTime()

Gets the last modified time.

Returns:

the lastModifiedTime value.

name

public abstract String name()

Gets resource name.

Returns:

the name value.

policy

public abstract ManagementPolicySchema policy()

Gets the management policy schema.

Returns:

the policy value.

rules

public abstract List rules()

Gets the list of rules for this policy.

Returns:

the list of rules for this policy

type

public abstract String type()

Gets the type.

Returns:

the type value.

Applies to