Share via


AzureCloudAppProfile.CreateDefaultProfile Method

Namespace:  Microsoft.TeamFoundation.Build.Common
Assembly:  Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)

Syntax

'Declaration
Public Shared Function CreateDefaultProfile ( _
    hostedServiceName As String, _
    storageAccountName As String, _
    deploymentLabel As String _
) As AzureCloudAppProfile
public static AzureCloudAppProfile CreateDefaultProfile(
    string hostedServiceName,
    string storageAccountName,
    string deploymentLabel
)
public:
static AzureCloudAppProfile^ CreateDefaultProfile(
    String^ hostedServiceName, 
    String^ storageAccountName, 
    String^ deploymentLabel
)
static member CreateDefaultProfile : 
        hostedServiceName:string * 
        storageAccountName:string * 
        deploymentLabel:string -> AzureCloudAppProfile
public static function CreateDefaultProfile(
    hostedServiceName : String, 
    storageAccountName : String, 
    deploymentLabel : String
) : AzureCloudAppProfile

Parameters

Return Value

Type: Microsoft.TeamFoundation.Build.Common.AzureCloudAppProfile
Returns AzureCloudAppProfile.

.NET Framework Security

See Also

Reference

AzureCloudAppProfile Class

Microsoft.TeamFoundation.Build.Common Namespace