Uses of Enum
com.azure.resourcemanager.network.models.PacketCaptureTargetType
Packages that use PacketCaptureTargetType
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of PacketCaptureTargetType in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return PacketCaptureTargetTypeModifier and TypeMethodDescriptionPacketCaptureInner.targetType()Get the targetType property: Target type of the resource provided.PacketCaptureParameters.targetType()Get the targetType property: Target type of the resource provided.PacketCaptureResultInner.targetType()Get the targetType property: Target type of the resource provided.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type PacketCaptureTargetTypeModifier and TypeMethodDescriptionPacketCaptureInner.withTargetType(PacketCaptureTargetType targetType) Set the targetType property: Target type of the resource provided.PacketCaptureParameters.withTargetType(PacketCaptureTargetType targetType) Set the targetType property: Target type of the resource provided.PacketCaptureResultInner.withTargetType(PacketCaptureTargetType targetType) Set the targetType property: Target type of the resource provided.PacketCaptureResultProperties.withTargetType(PacketCaptureTargetType targetType) Set the targetType property: Target type of the resource provided. -
Uses of PacketCaptureTargetType in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return PacketCaptureTargetTypeModifier and TypeMethodDescriptionstatic PacketCaptureTargetTypePacketCaptureTargetType.fromString(String value) Parses a serialized value to a PacketCaptureTargetType instance.static PacketCaptureTargetTypeReturns the enum constant of this type with the specified name.static PacketCaptureTargetType[]PacketCaptureTargetType.values()Returns an array containing the constants of this enum type, in the order they are declared.