DefinitionOperationsExtensions.Create 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 a new definition for a specified profile. (see http://msdn.microsoft.com/en-us/library/hh758257.aspx for more information)
public static Microsoft.Azure.AzureOperationResponse Create (this Microsoft.WindowsAzure.Management.TrafficManager.IDefinitionOperations operations, string profileName, Microsoft.WindowsAzure.Management.TrafficManager.Models.DefinitionCreateParameters parameters);
static member Create : Microsoft.WindowsAzure.Management.TrafficManager.IDefinitionOperations * string * Microsoft.WindowsAzure.Management.TrafficManager.Models.DefinitionCreateParameters -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function Create (operations As IDefinitionOperations, profileName As String, parameters As DefinitionCreateParameters) As AzureOperationResponse
Parameters
- operations
- IDefinitionOperations
Reference to the Microsoft.WindowsAzure.Management.TrafficManager.IDefinitionOperations.
- profileName
- String
Required. The name of the profile to create a new definition for.
- parameters
- DefinitionCreateParameters
Required. Parameters supplied to the Create Definition operation.
Returns
A standard service response including an HTTP status code and request ID.
Applies to
Azure SDK for .NET