ManagementPoliciesOperations interface
Interface representing a ManagementPolicies operations.
Properties
| create |
Sets the managementpolicy to the specified storage account. |
| delete | Deletes the managementpolicy associated with the specified storage account. |
| get | Gets the managementpolicy associated with the specified storage account. |
Property Details
createOrUpdate
Sets the managementpolicy to the specified storage account.
createOrUpdate: (resourceGroupName: string, accountName: string, managementPolicyName: string, properties: ManagementPolicy, options?: ManagementPoliciesCreateOrUpdateOptionalParams) => Promise<ManagementPolicy>
Property Value
(resourceGroupName: string, accountName: string, managementPolicyName: string, properties: ManagementPolicy, options?: ManagementPoliciesCreateOrUpdateOptionalParams) => Promise<ManagementPolicy>
delete
Deletes the managementpolicy associated with the specified storage account.
delete: (resourceGroupName: string, accountName: string, managementPolicyName: string, options?: ManagementPoliciesDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, accountName: string, managementPolicyName: string, options?: ManagementPoliciesDeleteOptionalParams) => Promise<void>
get
Gets the managementpolicy associated with the specified storage account.
get: (resourceGroupName: string, accountName: string, managementPolicyName: string, options?: ManagementPoliciesGetOptionalParams) => Promise<ManagementPolicy>
Property Value
(resourceGroupName: string, accountName: string, managementPolicyName: string, options?: ManagementPoliciesGetOptionalParams) => Promise<ManagementPolicy>