Interface GatewayHostnameConfigurationContract.DefinitionStages.WithCreate
- All Superinterfaces:
GatewayHostnameConfigurationContract.DefinitionStages.WithCertificateId,GatewayHostnameConfigurationContract.DefinitionStages.WithHostname,GatewayHostnameConfigurationContract.DefinitionStages.WithHttp2Enabled,GatewayHostnameConfigurationContract.DefinitionStages.WithIfMatch,GatewayHostnameConfigurationContract.DefinitionStages.WithNegotiateClientCertificate,GatewayHostnameConfigurationContract.DefinitionStages.WithTls10Enabled,GatewayHostnameConfigurationContract.DefinitionStages.WithTls11Enabled
- All Known Subinterfaces:
GatewayHostnameConfigurationContract.Definition
- Enclosing interface:
GatewayHostnameConfigurationContract.DefinitionStages
public static interface GatewayHostnameConfigurationContract.DefinitionStages.WithCreate
extends GatewayHostnameConfigurationContract.DefinitionStages.WithHostname, GatewayHostnameConfigurationContract.DefinitionStages.WithCertificateId, GatewayHostnameConfigurationContract.DefinitionStages.WithNegotiateClientCertificate, GatewayHostnameConfigurationContract.DefinitionStages.WithTls10Enabled, GatewayHostnameConfigurationContract.DefinitionStages.WithTls11Enabled, GatewayHostnameConfigurationContract.DefinitionStages.WithHttp2Enabled, GatewayHostnameConfigurationContract.DefinitionStages.WithIfMatch
The stage of the GatewayHostnameConfigurationContract definition which contains all the minimum required
properties for the resource to be created, but also allows for any other optional properties to be specified.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.apimanagement.models.GatewayHostnameConfigurationContract.DefinitionStages.WithCertificateId
withCertificateIdMethods inherited from interface com.azure.resourcemanager.apimanagement.models.GatewayHostnameConfigurationContract.DefinitionStages.WithHostname
withHostnameMethods inherited from interface com.azure.resourcemanager.apimanagement.models.GatewayHostnameConfigurationContract.DefinitionStages.WithHttp2Enabled
withHttp2EnabledMethods inherited from interface com.azure.resourcemanager.apimanagement.models.GatewayHostnameConfigurationContract.DefinitionStages.WithIfMatch
withIfMatchMethods inherited from interface com.azure.resourcemanager.apimanagement.models.GatewayHostnameConfigurationContract.DefinitionStages.WithNegotiateClientCertificate
withNegotiateClientCertificateMethods inherited from interface com.azure.resourcemanager.apimanagement.models.GatewayHostnameConfigurationContract.DefinitionStages.WithTls10Enabled
withTls10EnabledMethods inherited from interface com.azure.resourcemanager.apimanagement.models.GatewayHostnameConfigurationContract.DefinitionStages.WithTls11Enabled
withTls11Enabled
-
Method Details
-
create
GatewayHostnameConfigurationContract create()Executes the create request.- Returns:
- the created resource.
-
create
Executes the create request.- Parameters:
context- The context to associate with this operation.- Returns:
- the created resource.
-