ArmApiManagementModelFactory.ApiManagementGatewayHostnameConfigurationData 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 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
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.
Determines whether gateway requests client certificate.
Returns
A new ApiManagementGatewayHostnameConfigurationData instance for mocking.
Applies to
Azure SDK for .NET