Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.GatewayHostnameConfigurationContractInner
Packages that use GatewayHostnameConfigurationContractInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of GatewayHostnameConfigurationContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return GatewayHostnameConfigurationContractInnerModifier and TypeMethodDescriptionGatewayHostnameConfigurationsClient.createOrUpdate(String resourceGroupName, String serviceName, String gatewayId, String hcId, GatewayHostnameConfigurationContractInner parameters) Creates of updates hostname configuration for a Gateway.GatewayHostnameConfigurationsClient.get(String resourceGroupName, String serviceName, String gatewayId, String hcId) Get details of a hostname configuration.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type GatewayHostnameConfigurationContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<GatewayHostnameConfigurationContractInner> GatewayHostnameConfigurationsClient.listByService(String resourceGroupName, String serviceName, String gatewayId) Lists the collection of hostname configurations for the specified gateway.com.azure.core.http.rest.PagedIterable<GatewayHostnameConfigurationContractInner> GatewayHostnameConfigurationsClient.listByService(String resourceGroupName, String serviceName, String gatewayId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists the collection of hostname configurations for the specified gateway.Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type GatewayHostnameConfigurationContractInnerModifier and TypeMethodDescriptionGatewayHostnameConfigurationsClient.createOrUpdate(String resourceGroupName, String serviceName, String gatewayId, String hcId, GatewayHostnameConfigurationContractInner parameters) Creates of updates hostname configuration for a Gateway.GatewayHostnameConfigurationsClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String gatewayId, String hcId, GatewayHostnameConfigurationContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates of updates hostname configuration for a Gateway. -
Uses of GatewayHostnameConfigurationContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return GatewayHostnameConfigurationContractInnerModifier and TypeMethodDescriptionGatewayHostnameConfigurationContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GatewayHostnameConfigurationContractInner from the JsonReader.GatewayHostnameConfigurationContractInner.withCertificateId(String certificateId) Set the certificateId property: Identifier of Certificate entity that will be used for TLS connection establishment.GatewayHostnameConfigurationContractInner.withHostname(String hostname) Set the hostname property: Hostname value.GatewayHostnameConfigurationContractInner.withHttp2Enabled(Boolean http2Enabled) Set the http2Enabled property: Specifies if HTTP/2.0 is supported.GatewayHostnameConfigurationContractInner.withNegotiateClientCertificate(Boolean negotiateClientCertificate) Set the negotiateClientCertificate property: Determines whether gateway requests client certificate.GatewayHostnameConfigurationContractInner.withTls10Enabled(Boolean tls10Enabled) Set the tls10Enabled property: Specifies if TLS 1.0 is supported.GatewayHostnameConfigurationContractInner.withTls11Enabled(Boolean tls11Enabled) Set the tls11Enabled property: Specifies if TLS 1.1 is supported. -
Uses of GatewayHostnameConfigurationContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return GatewayHostnameConfigurationContractInnerModifier and TypeMethodDescriptionGatewayHostnameConfigurationsCreateOrUpdateResponse.getValue()Gets the deserialized response body.GatewayHostnameConfigurationsGetResponse.getValue()Gets the deserialized response body.GatewayHostnameConfigurationContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.GatewayHostnameConfigurationContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type GatewayHostnameConfigurationContractInnerModifier and TypeMethodDescriptionGatewayHostnameConfigurationCollection.value()Get the value property: Page values.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type GatewayHostnameConfigurationContractInnerModifierConstructorDescriptionGatewayHostnameConfigurationsCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, GatewayHostnameConfigurationContractInner value, GatewayHostnameConfigurationsCreateOrUpdateHeaders headers) Creates an instance of GatewayHostnameConfigurationsCreateOrUpdateResponse.GatewayHostnameConfigurationsGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, GatewayHostnameConfigurationContractInner value, GatewayHostnameConfigurationsGetHeaders headers) Creates an instance of GatewayHostnameConfigurationsGetResponse.