Udostępnij za pośrednictwem


WebSiteSlotPremierAddOn.FromExisting(String, String) Method

Definition

Creates a reference to an existing WebSiteSlotPremierAddOn.

public static Azure.Provisioning.AppService.WebSiteSlotPremierAddOn FromExisting (string bicepIdentifier, string? resourceVersion = default);
public static Azure.Provisioning.AppService.WebSiteSlotPremierAddOn FromExisting (string identifierName, string? resourceVersion = default);
static member FromExisting : string * string -> Azure.Provisioning.AppService.WebSiteSlotPremierAddOn
static member FromExisting : string * string -> Azure.Provisioning.AppService.WebSiteSlotPremierAddOn
Public Shared Function FromExisting (bicepIdentifier As String, Optional resourceVersion As String = Nothing) As WebSiteSlotPremierAddOn
Public Shared Function FromExisting (identifierName As String, Optional resourceVersion As String = Nothing) As WebSiteSlotPremierAddOn

Parameters

bicepIdentifieridentifierName
String

The the Bicep identifier name of the WebSiteSlotPremierAddOn resource. This can be used to refer to the resource in expressions, but is not the Azure name of the resource. This value can contain letters, numbers, and underscores.

resourceVersion
String

Version of the WebSiteSlotPremierAddOn.

Returns

The existing WebSiteSlotPremierAddOn resource.

Applies to