Interface ApiManagementServiceResource.DefinitionStages.WithVirtualNetworkType

All Known Subinterfaces:
ApiManagementServiceResource.Definition, ApiManagementServiceResource.DefinitionStages.WithCreate
Enclosing interface:
ApiManagementServiceResource.DefinitionStages

public static interface ApiManagementServiceResource.DefinitionStages.WithVirtualNetworkType
The stage of the ApiManagementServiceResource definition allowing to specify virtualNetworkType.
  • Method Details

    • withVirtualNetworkType

      Specifies the virtualNetworkType property: The type of VPN in which API Management service needs to be configured in. None (Default Value) means the API Management service is not part of any Virtual Network, External means the API Management deployment is set up inside a Virtual Network having an Internet Facing Endpoint, and Internal means that API Management deployment is setup inside a Virtual Network having an Intranet Facing Endpoint only..
      Parameters:
      virtualNetworkType - The type of VPN in which API Management service needs to be configured in. None (Default Value) means the API Management service is not part of any Virtual Network, External means the API Management deployment is set up inside a Virtual Network having an Internet Facing Endpoint, and Internal means that API Management deployment is setup inside a Virtual Network having an Intranet Facing Endpoint only.
      Returns:
      the next definition stage.