ResourceClient.GetAppResource(String, String) Method

Definition

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

Returns

Applies to