NetworkExperimentProfilesOperationsExtensions.BeginUpdateAsync 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.
Updates an NetworkExperimentProfiles
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.FrontDoor.Models.Profile> BeginUpdateAsync (this Microsoft.Azure.Management.FrontDoor.INetworkExperimentProfilesOperations operations, string resourceGroupName, string profileName, Microsoft.Azure.Management.FrontDoor.Models.ProfileUpdateModel parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateAsync : Microsoft.Azure.Management.FrontDoor.INetworkExperimentProfilesOperations * string * string * Microsoft.Azure.Management.FrontDoor.Models.ProfileUpdateModel * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.FrontDoor.Models.Profile>
<Extension()>
Public Function BeginUpdateAsync (operations As INetworkExperimentProfilesOperations, resourceGroupName As String, profileName As String, parameters As ProfileUpdateModel, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Profile)
Parameters
- operations
- INetworkExperimentProfilesOperations
The operations group for this extension method.
- resourceGroupName
- String
Name of the Resource group within the Azure subscription.
- profileName
- String
The Profile identifier associated with the Tenant and Partner
- parameters
- ProfileUpdateModel
- cancellationToken
- CancellationToken
The cancellation token.