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
- hostedServiceName
 Type: System.String
- storageAccountName
 Type: System.String
- deploymentLabel
 Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Build.Common.AzureCloudAppProfile
Returns AzureCloudAppProfile.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.