ArmHybridComputeModelFactory.HybridComputeGatewayData Method

Definition

Initializes a new instance of HybridComputeGatewayData.

public static Azure.ResourceManager.HybridCompute.HybridComputeGatewayData HybridComputeGatewayData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.HybridCompute.Models.HybridComputeProvisioningState? provisioningState = default, string gatewayId = default, Azure.ResourceManager.HybridCompute.Models.HybridComputeGatewayType? gatewayType = default, string gatewayEndpoint = default, System.Collections.Generic.IEnumerable<string> allowedFeatures = default);
static member HybridComputeGatewayData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Nullable<Azure.ResourceManager.HybridCompute.Models.HybridComputeProvisioningState> * string * Nullable<Azure.ResourceManager.HybridCompute.Models.HybridComputeGatewayType> * string * seq<string> -> Azure.ResourceManager.HybridCompute.HybridComputeGatewayData
Public Shared Function HybridComputeGatewayData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional provisioningState As Nullable(Of HybridComputeProvisioningState) = Nothing, Optional gatewayId As String = Nothing, Optional gatewayType As Nullable(Of HybridComputeGatewayType) = Nothing, Optional gatewayEndpoint As String = Nothing, Optional allowedFeatures As IEnumerable(Of String) = Nothing) As HybridComputeGatewayData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tags
IDictionary<String,String>

The tags.

location
AzureLocation

The location.

provisioningState
Nullable<HybridComputeProvisioningState>

The provisioning state, which only appears in the response.

gatewayId
String

A unique, immutable, identifier for the Gateway.

gatewayType
Nullable<HybridComputeGatewayType>

The type of the Gateway resource.

gatewayEndpoint
String

The endpoint fqdn for the Gateway.

allowedFeatures
IEnumerable<String>

Specifies the list of features that are enabled for this Gateway.

Returns

A new HybridComputeGatewayData instance for mocking.

Applies to