KeysController.Put Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
Put(String, Key) | |
Put(String, String, Key) |
Put(String, Key)
[System.Web.Http.HttpPut]
[System.Web.Http.Route("admin/host/{keys:regex(^(keys|functionkeys|systemkeys)$)}/{keyName}")]
public System.Threading.Tasks.Task<System.Web.Http.IHttpActionResult> Put (string keyName, Microsoft.Azure.WebJobs.Script.WebHost.Key key);
[<System.Web.Http.HttpPut>]
[<System.Web.Http.Route("admin/host/{keys:regex(^(keys|functionkeys|systemkeys)$)}/{keyName}")>]
member this.Put : string * Microsoft.Azure.WebJobs.Script.WebHost.Key -> System.Threading.Tasks.Task<System.Web.Http.IHttpActionResult>
Public Function Put (keyName As String, key As Key) As Task(Of IHttpActionResult)
Parametri
- keyName
- String
- key
- Key
Restituisce
Task<System.Web.Http.IHttpActionResult>
- Attributi
-
System.Web.Http.HttpPutAttribute System.Web.Http.RouteAttribute
Si applica a
Put(String, String, Key)
[System.Web.Http.HttpPut]
[System.Web.Http.Route("admin/functions/{name}/keys/{keyName}")]
public System.Threading.Tasks.Task<System.Web.Http.IHttpActionResult> Put (string name, string keyName, Microsoft.Azure.WebJobs.Script.WebHost.Key key);
[<System.Web.Http.HttpPut>]
[<System.Web.Http.Route("admin/functions/{name}/keys/{keyName}")>]
member this.Put : string * string * Microsoft.Azure.WebJobs.Script.WebHost.Key -> System.Threading.Tasks.Task<System.Web.Http.IHttpActionResult>
Public Function Put (name As String, keyName As String, key As Key) As Task(Of IHttpActionResult)
Parametri
- name
- String
- keyName
- String
- key
- Key
Restituisce
Task<System.Web.Http.IHttpActionResult>
- Attributi
-
System.Web.Http.HttpPutAttribute System.Web.Http.RouteAttribute
Si applica a
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.