Compartilhar via


NetworkExperimentProfilesOperationsExtensions.CreateOrUpdate Method

Definition

Creates an NetworkExperiment Profile

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

Returns

Applies to