Uses of Class
com.azure.resourcemanager.apimanagement.models.VirtualNetworkType
Packages that use VirtualNetworkType
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of VirtualNetworkType in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return VirtualNetworkTypeModifier and TypeMethodDescriptionApiManagementGatewayResourceInner.virtualNetworkType()Get the virtualNetworkType property: The type of VPN in which API Management gateway needs to be configured in.ApiManagementServiceResourceInner.virtualNetworkType()Get the virtualNetworkType property: The type of VPN in which API Management service needs to be configured in.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type VirtualNetworkTypeModifier and TypeMethodDescriptionApiManagementGatewayProperties.withVirtualNetworkType(VirtualNetworkType virtualNetworkType) Set the virtualNetworkType property: The type of VPN in which API Management gateway needs to be configured in.ApiManagementGatewayResourceInner.withVirtualNetworkType(VirtualNetworkType virtualNetworkType) Set the virtualNetworkType property: The type of VPN in which API Management gateway needs to be configured in.ApiManagementGatewayUpdateProperties.withVirtualNetworkType(VirtualNetworkType virtualNetworkType) Set the virtualNetworkType property: The type of VPN in which API Management gateway needs to be configured in.ApiManagementServiceProperties.withVirtualNetworkType(VirtualNetworkType virtualNetworkType) Set the virtualNetworkType property: The type of VPN in which API Management service needs to be configured in.ApiManagementServiceResourceInner.withVirtualNetworkType(VirtualNetworkType virtualNetworkType) Set the virtualNetworkType property: The type of VPN in which API Management service needs to be configured in.ApiManagementServiceUpdateProperties.withVirtualNetworkType(VirtualNetworkType virtualNetworkType) Set the virtualNetworkType property: The type of VPN in which API Management service needs to be configured in. -
Uses of VirtualNetworkType in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as VirtualNetworkTypeModifier and TypeFieldDescriptionstatic final VirtualNetworkTypeVirtualNetworkType.EXTERNALStatic value External for VirtualNetworkType.static final VirtualNetworkTypeVirtualNetworkType.INTERNALStatic value Internal for VirtualNetworkType.static final VirtualNetworkTypeVirtualNetworkType.NONEStatic value None for VirtualNetworkType.Methods in com.azure.resourcemanager.apimanagement.models that return VirtualNetworkTypeModifier and TypeMethodDescriptionstatic VirtualNetworkTypeVirtualNetworkType.fromString(String name) Creates or finds a VirtualNetworkType from its string representation.ApiManagementGatewayBaseProperties.virtualNetworkType()Get the virtualNetworkType property: The type of VPN in which API Management gateway needs to be configured in.ApiManagementGatewayResource.virtualNetworkType()Gets the virtualNetworkType property: The type of VPN in which API Management gateway needs to be configured in.ApiManagementGatewayUpdateParameters.virtualNetworkType()Get the virtualNetworkType property: The type of VPN in which API Management gateway needs to be configured in.ApiManagementServiceBaseProperties.virtualNetworkType()Get the virtualNetworkType property: The type of VPN in which API Management service needs to be configured in.ApiManagementServiceResource.virtualNetworkType()Gets the virtualNetworkType property: The type of VPN in which API Management service needs to be configured in.ApiManagementServiceUpdateParameters.virtualNetworkType()Get the virtualNetworkType property: The type of VPN in which API Management service needs to be configured in.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type VirtualNetworkTypeModifier and TypeMethodDescriptionstatic Collection<VirtualNetworkType> VirtualNetworkType.values()Gets known VirtualNetworkType values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type VirtualNetworkTypeModifier and TypeMethodDescriptionApiManagementGatewayBaseProperties.withVirtualNetworkType(VirtualNetworkType virtualNetworkType) Set the virtualNetworkType property: The type of VPN in which API Management gateway needs to be configured in.ApiManagementGatewayResource.DefinitionStages.WithVirtualNetworkType.withVirtualNetworkType(VirtualNetworkType virtualNetworkType) Specifies the virtualNetworkType property: The type of VPN in which API Management gateway needs to be configured in. .ApiManagementGatewayResource.UpdateStages.WithVirtualNetworkType.withVirtualNetworkType(VirtualNetworkType virtualNetworkType) Specifies the virtualNetworkType property: The type of VPN in which API Management gateway needs to be configured in. .ApiManagementGatewayUpdateParameters.withVirtualNetworkType(VirtualNetworkType virtualNetworkType) Set the virtualNetworkType property: The type of VPN in which API Management gateway needs to be configured in.ApiManagementServiceBaseProperties.withVirtualNetworkType(VirtualNetworkType virtualNetworkType) Set the virtualNetworkType property: The type of VPN in which API Management service needs to be configured in.ApiManagementServiceResource.DefinitionStages.WithVirtualNetworkType.withVirtualNetworkType(VirtualNetworkType virtualNetworkType) Specifies the virtualNetworkType property: The type of VPN in which API Management service needs to be configured in.ApiManagementServiceResource.UpdateStages.WithVirtualNetworkType.withVirtualNetworkType(VirtualNetworkType virtualNetworkType) Specifies the virtualNetworkType property: The type of VPN in which API Management service needs to be configured in.ApiManagementServiceUpdateParameters.withVirtualNetworkType(VirtualNetworkType virtualNetworkType) Set the virtualNetworkType property: The type of VPN in which API Management service needs to be configured in.