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

ArmAppPlatformModelFactory.AppPlatformCertificateData Method

Definition

Initializes a new instance of AppPlatformCertificateData.

public static Azure.ResourceManager.AppPlatform.AppPlatformCertificateData AppPlatformCertificateData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformCertificateProperties properties = default);
static member AppPlatformCertificateData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.AppPlatform.Models.AppPlatformCertificateProperties -> Azure.ResourceManager.AppPlatform.AppPlatformCertificateData
Public Shared Function AppPlatformCertificateData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional properties As AppPlatformCertificateProperties = Nothing) As AppPlatformCertificateData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

properties
AppPlatformCertificateProperties

Properties of the certificate resource payload. Please note AppPlatformCertificateProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AppPlatformContentCertificateProperties and AppPlatformKeyVaultCertificateProperties.

Returns

A new AppPlatformCertificateData instance for mocking.

Applies to