你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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