Share via


ArmAvsModelFactory.HcxEnterpriseSiteData Method

Definition

Initializes a new instance of HcxEnterpriseSiteData.

public static Azure.ResourceManager.Avs.HcxEnterpriseSiteData HcxEnterpriseSiteData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string activationKey = default, Azure.ResourceManager.Avs.Models.HcxEnterpriseSiteStatus? status = default);
static member HcxEnterpriseSiteData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * Nullable<Azure.ResourceManager.Avs.Models.HcxEnterpriseSiteStatus> -> Azure.ResourceManager.Avs.HcxEnterpriseSiteData
Public Shared Function HcxEnterpriseSiteData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional activationKey As String = Nothing, Optional status As Nullable(Of HcxEnterpriseSiteStatus) = Nothing) As HcxEnterpriseSiteData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

activationKey
String

The activation key.

status
Nullable<HcxEnterpriseSiteStatus>

The status of the HCX Enterprise Site.

Returns

A new HcxEnterpriseSiteData instance for mocking.

Applies to