Share via


ArmApiManagementModelFactory.ApiManagementGatewayHostnameConfigurationData Method

Definition

Initializes a new instance of ApiManagementGatewayHostnameConfigurationData.

public static Azure.ResourceManager.ApiManagement.ApiManagementGatewayHostnameConfigurationData ApiManagementGatewayHostnameConfigurationData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string hostname = default, string certificateId = default, bool? isClientCertificateRequired = default, bool? isTls10Enabled = default, bool? isTls11Enabled = default, bool? isHttp20Enabled = default);
static member ApiManagementGatewayHostnameConfigurationData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> -> Azure.ResourceManager.ApiManagement.ApiManagementGatewayHostnameConfigurationData
Public Shared Function ApiManagementGatewayHostnameConfigurationData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional hostname As String = Nothing, Optional certificateId As String = Nothing, Optional isClientCertificateRequired As Nullable(Of Boolean) = Nothing, Optional isTls10Enabled As Nullable(Of Boolean) = Nothing, Optional isTls11Enabled As Nullable(Of Boolean) = Nothing, Optional isHttp20Enabled As Nullable(Of Boolean) = Nothing) As ApiManagementGatewayHostnameConfigurationData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

hostname
String

Hostname value. Supports valid domain name, partial or full wildcard.

certificateId
String

Identifier of Certificate entity that will be used for TLS connection establishment.

isClientCertificateRequired
Nullable<Boolean>

Determines whether gateway requests client certificate.

isTls10Enabled
Nullable<Boolean>

Specifies if TLS 1.0 is supported.

isTls11Enabled
Nullable<Boolean>

Specifies if TLS 1.1 is supported.

isHttp20Enabled
Nullable<Boolean>

Specifies if HTTP/2.0 is supported.

Returns

A new ApiManagementGatewayHostnameConfigurationData instance for mocking.

Applies to