Uses of Interface
com.azure.resourcemanager.apimanagement.models.ApiManagementServiceResource.DefinitionStages.WithCreate
Packages that use ApiManagementServiceResource.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of ApiManagementServiceResource.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.models
Subinterfaces of ApiManagementServiceResource.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the ApiManagementServiceResource definition.Methods in com.azure.resourcemanager.apimanagement.models that return ApiManagementServiceResource.DefinitionStages.WithCreateModifier and TypeMethodDescriptionApiManagementServiceResource.DefinitionStages.WithAdditionalLocations.withAdditionalLocations(List<AdditionalLocation> additionalLocations) Specifies the additionalLocations property: Additional datacenter locations of the API Management service..ApiManagementServiceResource.DefinitionStages.WithApiVersionConstraint.withApiVersionConstraint(ApiVersionConstraint apiVersionConstraint) Specifies the apiVersionConstraint property: Control Plane Apis version constraint for the API Management service..ApiManagementServiceResource.DefinitionStages.WithCertificates.withCertificates(List<CertificateConfiguration> certificates) Specifies the certificates property: List of Certificates that need to be installed in the API Management service.ApiManagementServiceResource.DefinitionStages.WithConfigurationApi.withConfigurationApi(ConfigurationApi configurationApi) Specifies the configurationApi property: Configuration API configuration of the API Management service..ApiManagementServiceResource.DefinitionStages.WithCustomProperties.withCustomProperties(Map<String, String> customProperties) Specifies the customProperties property: Custom properties of the API Management service.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168` will disable the cipher TLS_RSA_WITH_3DES_EDE_CBC_SHA for all TLS(1.0, 1.1 and 1.2).</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11` can be used to disable just TLS 1.1.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10` can be used to disable TLS 1.0 on an API Management service.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11` can be used to disable just TLS 1.1 for communications with backends.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10` can be used to disable TLS 1.0 for communications with backends.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2` can be used to enable HTTP2 protocol on an API Management service.</br>Not specifying any of these properties on PATCH operation will reset omitted properties' values to their defaults.ApiManagementServiceResource.DefinitionStages.WithDeveloperPortalStatus.withDeveloperPortalStatus(DeveloperPortalStatus developerPortalStatus) Specifies the developerPortalStatus property: Status of developer portal in this API Management service..ApiManagementServiceResource.DefinitionStages.WithDisableGateway.withDisableGateway(Boolean disableGateway) Specifies the disableGateway property: Property only valid for an Api Management service deployed in multiple locations.ApiManagementServiceResource.DefinitionStages.WithEnableClientCertificate.withEnableClientCertificate(Boolean enableClientCertificate) Specifies the enableClientCertificate property: Property only meant to be used for Consumption SKU Service.ApiManagementServiceResource.DefinitionStages.WithHostnameConfigurations.withHostnameConfigurations(List<HostnameConfiguration> hostnameConfigurations) Specifies the hostnameConfigurations property: Custom hostname configuration of the API Management service..ApiManagementServiceResource.DefinitionStages.WithIdentity.withIdentity(ApiManagementServiceIdentity identity) Specifies the identity property: Managed service identity of the Api Management service..ApiManagementServiceResource.DefinitionStages.WithLegacyPortalStatus.withLegacyPortalStatus(LegacyPortalStatus legacyPortalStatus) Specifies the legacyPortalStatus property: Status of legacy portal in the API Management service..ApiManagementServiceResource.DefinitionStages.WithNatGatewayState.withNatGatewayState(NatGatewayState natGatewayState) Specifies the natGatewayState property: Property can be used to enable NAT Gateway for this API Management service..ApiManagementServiceResource.DefinitionStages.WithNotificationSenderEmail.withNotificationSenderEmail(String notificationSenderEmail) Specifies the notificationSenderEmail property: Email address from which the notification will be sent..ApiManagementServiceResource.DefinitionStages.WithPrivateEndpointConnections.withPrivateEndpointConnections(List<RemotePrivateEndpointConnectionWrapper> privateEndpointConnections) Specifies the privateEndpointConnections property: List of Private Endpoint Connections of this service..ApiManagementServiceResource.DefinitionStages.WithPublicIpAddressId.withPublicIpAddressId(String publicIpAddressId) Specifies the publicIpAddressId property: Public Standard SKU IP V4 based IP address to be associated with Virtual Network deployed service in the region.ApiManagementServiceResource.DefinitionStages.WithPublicNetworkAccess.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Specifies the publicNetworkAccess property: Whether or not public endpoint access is allowed for this API Management service.ApiManagementServiceResource.DefinitionStages.WithPublisherName.withPublisherName(String publisherName) Specifies the publisherName property: Publisher name..ApiManagementServiceResource.DefinitionStages.WithRestore.withRestore(Boolean restore) Specifies the restore property: Undelete Api Management Service if it was previously soft-deleted.Specifies the tags property: Resource tags..ApiManagementServiceResource.DefinitionStages.WithVirtualNetworkConfiguration.withVirtualNetworkConfiguration(VirtualNetworkConfiguration virtualNetworkConfiguration) Specifies the virtualNetworkConfiguration property: Virtual network configuration of the API Management service..ApiManagementServiceResource.DefinitionStages.WithVirtualNetworkType.withVirtualNetworkType(VirtualNetworkType virtualNetworkType) Specifies the virtualNetworkType property: The type of VPN in which API Management service needs to be configured in.Specifies the zones property: A list of availability zones denoting where the resource needs to come from..