ArmHybridComputeModelFactory.ArcGatewayData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ArcGatewayData.
public static Azure.ResourceManager.HybridCompute.ArcGatewayData ArcGatewayData (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, Azure.Core.ResourceIdentifier gatewayId = default, Azure.ResourceManager.HybridCompute.Models.ArcGatewayType? gatewayType = default, string gatewayEndpoint = default, System.Collections.Generic.IEnumerable<string> allowedFeatures = default);
static member ArcGatewayData : 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> * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.HybridCompute.Models.ArcGatewayType> * string * seq<string> -> Azure.ResourceManager.HybridCompute.ArcGatewayData
Public Shared Function ArcGatewayData (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 ResourceIdentifier = Nothing, Optional gatewayType As Nullable(Of ArcGatewayType) = Nothing, Optional gatewayEndpoint As String = Nothing, Optional allowedFeatures As IEnumerable(Of String) = Nothing) As ArcGatewayData
Parameters
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
- ResourceIdentifier
A unique, immutable, identifier for the Gateway.
- gatewayType
- Nullable<ArcGatewayType>
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 ArcGatewayData instance for mocking.
Applies to
Azure SDK for .NET