AutoscaleResourceIdBuilder.BuildMobileServiceResourceId Method (String)
Build the resource id of the mobile service resource to use in Autoscale API.
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
mobileServiceName
Type: System.StringThe mobile service name.
Return Value
Type: System.String
The resource id
See Also
AutoscaleResourceIdBuilder Class
Microsoft.WindowsAzure.Management.Monitoring.Utilities Namespace
Return to top