ManagementPoliciesOperationsExtensions.CreateOrUpdateAsync Method

Definition

Sets the managementpolicy to the specified storage account.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Storage.Models.ManagementPolicy> CreateOrUpdateAsync (this Microsoft.Azure.Management.Storage.IManagementPoliciesOperations operations, string resourceGroupName, string accountName, Microsoft.Azure.Management.Storage.Models.ManagementPolicySchema policy, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Storage.IManagementPoliciesOperations * string * string * Microsoft.Azure.Management.Storage.Models.ManagementPolicySchema * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Storage.Models.ManagementPolicy>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IManagementPoliciesOperations, resourceGroupName As String, accountName As String, policy As ManagementPolicySchema, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ManagementPolicy)

Parameters

operations
IManagementPoliciesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group within the user's subscription. The name is case insensitive.

accountName
String

The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.

policy
ManagementPolicySchema

The Storage Account ManagementPolicy, in JSON format. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to