AzureAppServiceEnvironmentResource Methods
Class Methods 1 member
Represents an Azure App Service Environment resource.
AddAsExistingResource(AzureResourceInfrastructure) Section titled AddAsExistingResource(AzureResourceInfrastructure) override ProvisionableResource Adds a new
Primitives.ProvisionableResource into infra. The new resource represents a reference to the current Azure.AzureProvisioningResource via https://learn.microsoft.com/azure/azure-resource-manager/bicep/existing-resource. public class AzureAppServiceEnvironmentResource{ public override ProvisionableResource AddAsExistingResource( AzureResourceInfrastructure infra) { // ... }}Parameters
infra AzureResourceInfrastructure The Azure.AzureResourceInfrastructure to add the existing resource into. Returns
ProvisionableResource A new Primitives.ProvisionableResource, typically using the FromExisting method on the derived Primitives.ProvisionableResource class.