ResourceClient.GetAppResource(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 web app resource from the ARM cache.
public Microsoft.Azure.Management.Internal.Resources.Models.GenericResource GetAppResource (string name, string slot = default);
member this.GetAppResource : string * string -> Microsoft.Azure.Management.Internal.Resources.Models.GenericResource
Public Function GetAppResource (name As String, Optional slot As String = Nothing) As GenericResource
Parameters
- name
- String
- slot
- String