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

AppResource 构造函数

定义

重载

AppResource()

初始化 AppResource 类的新实例。

AppResource(String, String, String, AppResourceProperties, ManagedIdentityProperties, String)

初始化 AppResource 类的新实例。

AppResource()

初始化 AppResource 类的新实例。

public AppResource ();
Public Sub New ()

适用于

AppResource(String, String, String, AppResourceProperties, ManagedIdentityProperties, String)

初始化 AppResource 类的新实例。

public AppResource (string id = default, string name = default, string type = default, Microsoft.Azure.Management.AppPlatform.Models.AppResourceProperties properties = default, Microsoft.Azure.Management.AppPlatform.Models.ManagedIdentityProperties identity = default, string location = default);
new Microsoft.Azure.Management.AppPlatform.Models.AppResource : string * string * string * Microsoft.Azure.Management.AppPlatform.Models.AppResourceProperties * Microsoft.Azure.Management.AppPlatform.Models.ManagedIdentityProperties * string -> Microsoft.Azure.Management.AppPlatform.Models.AppResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional properties As AppResourceProperties = Nothing, Optional identity As ManagedIdentityProperties = Nothing, Optional location As String = Nothing)

参数

id
String

资源的完全限定资源 ID。

name
String

资源的名称。

type
String

资源类型。

properties
AppResourceProperties

应用资源的属性

identity
ManagedIdentityProperties

应用资源的托管标识类型

location
String

应用程序的 GEO 位置,与其父资源始终相同

适用于