Share via


ResourceIdBuilder.BuildMobileServiceResourceId Method (String)

 

Build the resource id of the mobile service resource.

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Utilities
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

Syntax

public static string BuildMobileServiceResourceId(
    string mobileServiceName
)
public:
static String^ BuildMobileServiceResourceId(
    String^ mobileServiceName
)
static member BuildMobileServiceResourceId : 
        mobileServiceName:string -> string
Public Shared Function BuildMobileServiceResourceId (
    mobileServiceName As String
) As String

Parameters

Return Value

Type: System.String

The resource id

See Also

ResourceIdBuilder Class
Microsoft.WindowsAzure.Management.Monitoring.Utilities Namespace

Return to top