Elastacloud.AzureManagement.Fluent.Clients.MobileServiceClient.GetCreateNewServiceSpecification C# (CSharp) Method

GetCreateNewServiceSpecification() private method

Used to package the JSON request
private GetCreateNewServiceSpecification ( ) : string
return string
        private string GetCreateNewServiceSpecification()
        {
            return String.Format(Constants.MobileServicesCreateNewTemplate, Constants.MobileServicesSchemaVersion, Constants.MobileServicesSchemaLocation,
                                 "", "", MobileServiceName, Location ?? LocationConstants.NorthEurope, MobileServiceSqlName, MobileServiceDbName,
                                 SqlAzureUsername, SqlAzurePassword, Constants.MobileServicesVersion, Constants.MobileServicesName, Constants.MobileServicesType);
        }