RestorePointCollectionsOperationsExtensions.CreateOrUpdate Method
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.
The operation to create or update the restore point collection. Please refer to https://aka.ms/RestorePoints for more details. When updating a restore point collection, only tags may be modified.
public static Microsoft.Azure.Management.Compute.Models.RestorePointCollection CreateOrUpdate (this Microsoft.Azure.Management.Compute.IRestorePointCollectionsOperations operations, string resourceGroupName, string restorePointCollectionName, Microsoft.Azure.Management.Compute.Models.RestorePointCollection parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Compute.IRestorePointCollectionsOperations * string * string * Microsoft.Azure.Management.Compute.Models.RestorePointCollection -> Microsoft.Azure.Management.Compute.Models.RestorePointCollection
<Extension()>
Public Function CreateOrUpdate (operations As IRestorePointCollectionsOperations, resourceGroupName As String, restorePointCollectionName As String, parameters As RestorePointCollection) As RestorePointCollection
Parameters
- operations
- IRestorePointCollectionsOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group.
- restorePointCollectionName
- String
The name of the restore point collection.
- parameters
- RestorePointCollection
Parameters supplied to the Create or Update restore point collection operation.
Returns
Applies to
Azure SDK for .NET