ResourceManagerRestRestClient.GetResourceManagementRequestUri 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.
Generates a resource management request Uri based on the input parameters. Supports both subscription and tenant level resource and the condensed resource type and name format.
public Uri GetResourceManagementRequestUri (string resourceId, string apiVersion, string action = default, string odataQuery = default, string top = default);
member this.GetResourceManagementRequestUri : string * string * string * string * string -> Uri
Public Function GetResourceManagementRequestUri (resourceId As String, apiVersion As String, Optional action As String = Nothing, Optional odataQuery As String = Nothing, Optional top As String = Nothing) As Uri
Parameters
- resourceId
- String
The resource Id.
- apiVersion
- String
The API version.
- action
- String
The action.
- odataQuery
- String
The OData query.
- top
- String
Top resources - used in list queries.