ArmCdnModelFactory.FrontDoorActivatedResourceInfo Method

Definition

Initializes a new instance of FrontDoorActivatedResourceInfo.

public static Azure.ResourceManager.Cdn.Models.FrontDoorActivatedResourceInfo FrontDoorActivatedResourceInfo (Azure.Core.ResourceIdentifier id = default, bool? isActive = default);
static member FrontDoorActivatedResourceInfo : Azure.Core.ResourceIdentifier * Nullable<bool> -> Azure.ResourceManager.Cdn.Models.FrontDoorActivatedResourceInfo
Public Shared Function FrontDoorActivatedResourceInfo (Optional id As ResourceIdentifier = Nothing, Optional isActive As Nullable(Of Boolean) = Nothing) As FrontDoorActivatedResourceInfo

Parameters

id
ResourceIdentifier

Resource ID.

isActive
Nullable<Boolean>

Whether the resource is active or inactive.

Returns

A new FrontDoorActivatedResourceInfo instance for mocking.

Applies to