IManagementPoliciesOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ManagementPoliciesOperations operations.
public interface IManagementPoliciesOperations
type IManagementPoliciesOperations = interface
Public Interface IManagementPoliciesOperations
Methods
CreateOrUpdateWithHttpMessagesAsync(String, String, ManagementPolicySchema, Dictionary<String,List<String>>, CancellationToken) |
Sets the managementpolicy to the specified storage account. |
DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Deletes the managementpolicy associated with the specified storage account. |
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets the managementpolicy associated with the specified storage account. |
Extension Methods
CreateOrUpdate(IManagementPoliciesOperations, String, String, ManagementPolicySchema) |
Sets the managementpolicy to the specified storage account. |
CreateOrUpdateAsync(IManagementPoliciesOperations, String, String, ManagementPolicySchema, CancellationToken) |
Sets the managementpolicy to the specified storage account. |
Delete(IManagementPoliciesOperations, String, String) |
Deletes the managementpolicy associated with the specified storage account. |
DeleteAsync(IManagementPoliciesOperations, String, String, CancellationToken) |
Deletes the managementpolicy associated with the specified storage account. |
Get(IManagementPoliciesOperations, String, String) |
Gets the managementpolicy associated with the specified storage account. |
GetAsync(IManagementPoliciesOperations, String, String, CancellationToken) |
Gets the managementpolicy associated with the specified storage account. |
Applies to
Azure SDK for .NET