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