Migrate.ReplicationStorageClassificationMappingsCreate(String, String, String, String, String, String, IStorageClassificationMappingInput, Func<HttpResponseMessage,Task<IStorageClassificationMapping>,Task>, IEventListener, ISendAsync) 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.
public System.Threading.Tasks.Task ReplicationStorageClassificationMappingsCreate (string resourceName, string resourceGroupName, string subscriptionId, string fabricName, string storageClassificationName, string storageClassificationMappingName, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IStorageClassificationMappingInput body, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IStorageClassificationMapping>,System.Threading.Tasks.Task> onOk, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.ISendAsync sender);
member this.ReplicationStorageClassificationMappingsCreate : string * string * string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IStorageClassificationMappingInput * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IStorageClassificationMapping>, System.Threading.Tasks.Task> * Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.ISendAsync -> System.Threading.Tasks.Task
Public Function ReplicationStorageClassificationMappingsCreate (resourceName As String, resourceGroupName As String, subscriptionId As String, fabricName As String, storageClassificationName As String, storageClassificationMappingName As String, body As IStorageClassificationMappingInput, onOk As Func(Of HttpResponseMessage, Task(Of IStorageClassificationMapping), Task), eventListener As IEventListener, sender As ISendAsync) As Task
Parameters
- resourceName
- String
- resourceGroupName
- String
- subscriptionId
- String
- fabricName
- String
- storageClassificationName
- String
- storageClassificationMappingName
- String
- eventListener
- IEventListener
- sender
- ISendAsync