ArmServiceNetworkingModelFactory.FrontendData Method

Definition

Initializes a new instance of FrontendData.

public static Azure.ResourceManager.ServiceNetworking.FrontendData FrontendData (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, string fqdn = default, Azure.ResourceManager.ServiceNetworking.Models.ProvisioningState? provisioningState = default);
static member FrontendData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * Nullable<Azure.ResourceManager.ServiceNetworking.Models.ProvisioningState> -> Azure.ResourceManager.ServiceNetworking.FrontendData
Public Shared Function FrontendData (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 fqdn As String = Nothing, Optional provisioningState As Nullable(Of ProvisioningState) = Nothing) As FrontendData

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.

fqdn
String

The Fully Qualified Domain Name of the DNS record associated to a Traffic Controller frontend.

provisioningState
Nullable<ProvisioningState>

Provisioning State of Traffic Controller Frontend Resource.

Returns

A new FrontendData instance for mocking.

Applies to