Uses of Class
com.azure.resourcemanager.network.models.DeleteExistingPeering
Packages that use DeleteExistingPeering
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of DeleteExistingPeering in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return DeleteExistingPeeringModifier and TypeMethodDescriptionConnectivityConfigurationInner.deleteExistingPeering()Get the deleteExistingPeering property: Flag if need to remove current existing peerings.ConnectivityConfigurationProperties.deleteExistingPeering()Get the deleteExistingPeering property: Flag if need to remove current existing peerings.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type DeleteExistingPeeringModifier and TypeMethodDescriptionConnectivityConfigurationInner.withDeleteExistingPeering(DeleteExistingPeering deleteExistingPeering) Set the deleteExistingPeering property: Flag if need to remove current existing peerings.ConnectivityConfigurationProperties.withDeleteExistingPeering(DeleteExistingPeering deleteExistingPeering) Set the deleteExistingPeering property: Flag if need to remove current existing peerings. -
Uses of DeleteExistingPeering in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as DeleteExistingPeeringModifier and TypeFieldDescriptionstatic final DeleteExistingPeeringDeleteExistingPeering.FALSEStatic value False for DeleteExistingPeering.static final DeleteExistingPeeringDeleteExistingPeering.TRUEStatic value True for DeleteExistingPeering.Methods in com.azure.resourcemanager.network.models that return DeleteExistingPeeringModifier and TypeMethodDescriptionActiveConnectivityConfiguration.deleteExistingPeering()Get the deleteExistingPeering property: Flag if need to remove current existing peerings.EffectiveConnectivityConfiguration.deleteExistingPeering()Get the deleteExistingPeering property: Flag if need to remove current existing peerings.static DeleteExistingPeeringDeleteExistingPeering.fromString(String name) Creates or finds a DeleteExistingPeering from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type DeleteExistingPeeringModifier and TypeMethodDescriptionstatic Collection<DeleteExistingPeering> DeleteExistingPeering.values()Gets known DeleteExistingPeering values.Methods in com.azure.resourcemanager.network.models with parameters of type DeleteExistingPeeringModifier and TypeMethodDescriptionActiveConnectivityConfiguration.withDeleteExistingPeering(DeleteExistingPeering deleteExistingPeering) Set the deleteExistingPeering property: Flag if need to remove current existing peerings.EffectiveConnectivityConfiguration.withDeleteExistingPeering(DeleteExistingPeering deleteExistingPeering) Set the deleteExistingPeering property: Flag if need to remove current existing peerings.