EN
このコンテンツは設定された言語で表示できません。英語版のページが表示されます。
Server script example how tos
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
The feature described in this topic is available only in preview. To use this feature and other new Windows Azure capabilities, sign up for the free preview.
The feature described in this topic is available only in preview. To use this feature and other new Windows Azure capabilities, sign up for the free preview.
Topics in this section include code examples that show you how to perform various operations using extensibility scripts registered with Windows Azure Mobile Services. These same examples are available in the help in the Windows Azure Management Portal.
How to topics by task
This section contains examples that show you how to perform the following tasks using server scripts:
-
How do I apply some simple validation rules in my script?
-
How do I modify a record before it is saved to the database?
-
How do I identify the current user from within a script?
-
How do I control what data is sent to the client after the record is read from the database?
-
How do I only return data that belongs to the current user?
-
How do I provide different functionality for an administrator?
-
How do I read data?
-
How do I send push notifications?
-
How do I send an HTTP request?
-
How do I handle errors in my scripts?
-
How do I debug my scripts?
How to topics by scripting object
This section contains topics that demonstrate how to use the following server script objects:
| Object | Topics |
|---|---|
|
-and- |
|
In this section
See Also
Concepts
Mobile Services server script referenceWindows Azure Mobile Services
Other Resources
How to: Register scripts on the server