IAzureRestOperations.PostResourceWithFullResponse(String, String, Object, IDictionary<String,IList<String>>, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.Rest.Azure.AzureOperationResponse<string> PostResourceWithFullResponse (string resourceUri, string apiVersion, object content, System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member PostResourceWithFullResponse : string * string * obj * System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<string>> * System.Threading.CancellationToken -> Microsoft.Rest.Azure.AzureOperationResponse<string>
Public Function PostResourceWithFullResponse (resourceUri As String, apiVersion As String, content As Object, Optional customHeaders As IDictionary(Of String, IList(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AzureOperationResponse(Of String)
Parameters
- resourceUri
- String
- apiVersion
- String
- content
- Object
- customHeaders
- IDictionary<String,IList<String>>
- cancellationToken
- CancellationToken