ManagedApplicationCmdletBase.GetExistingResource(String, String) 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.
Gets a resource.
protected System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JObject> GetExistingResource (string resourceId, string apiVersion);
member this.GetExistingResource : string * string -> System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JObject>
Protected Function GetExistingResource (resourceId As String, apiVersion As String) As Task(Of JObject)
Parameters
- resourceId
- String
- apiVersion
- String
Returns
Task<Newtonsoft.Json.Linq.JObject>