ArmHybridComputeModelFactory.HybridComputeTargetResourceSettings Method

Definition

Initializes a new instance of HybridComputeTargetResourceSettings.

public static Azure.ResourceManager.HybridCompute.Models.HybridComputeTargetResourceSettings HybridComputeTargetResourceSettings (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Guid? tenantId = default, Azure.Core.ResourceIdentifier gatewayResourceId = default);
static member HybridComputeTargetResourceSettings : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Guid> * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.HybridCompute.Models.HybridComputeTargetResourceSettings
Public Shared Function HybridComputeTargetResourceSettings (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional gatewayResourceId As ResourceIdentifier = Nothing) As HybridComputeTargetResourceSettings

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tenantId
Nullable<Guid>

Azure resource tenant Id.

gatewayResourceId
ResourceIdentifier

Associated Gateway Resource Id.

Returns

A new HybridComputeTargetResourceSettings instance for mocking.

Applies to