NetworkExperimentProfilesOperationsExtensions.BeginCreateOrUpdate 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 Microsoft.Azure.Management.FrontDoor.Models.Profile BeginCreateOrUpdate (this Microsoft.Azure.Management.FrontDoor.INetworkExperimentProfilesOperations operations, string profileName, string resourceGroupName, Microsoft.Azure.Management.FrontDoor.Models.Profile parameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.FrontDoor.INetworkExperimentProfilesOperations * string * string * Microsoft.Azure.Management.FrontDoor.Models.Profile -> Microsoft.Azure.Management.FrontDoor.Models.Profile
<Extension()>
Public Function BeginCreateOrUpdate (operations As INetworkExperimentProfilesOperations, profileName As String, resourceGroupName As String, parameters As Profile) As 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