Uses of Class
com.azure.resourcemanager.network.models.PacketCaptureMachineScope
Packages that use PacketCaptureMachineScope
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of PacketCaptureMachineScope in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return PacketCaptureMachineScopeModifier and TypeMethodDescriptionPacketCaptureInner.scope()Get the scope property: A list of AzureVMSS instances which can be included or excluded to run packet capture.PacketCaptureParameters.scope()Get the scope property: A list of AzureVMSS instances which can be included or excluded to run packet capture.PacketCaptureResultInner.scope()Get the scope property: A list of AzureVMSS instances which can be included or excluded to run packet capture.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type PacketCaptureMachineScopeModifier and TypeMethodDescriptionPacketCaptureInner.withScope(PacketCaptureMachineScope scope) Set the scope property: A list of AzureVMSS instances which can be included or excluded to run packet capture.PacketCaptureParameters.withScope(PacketCaptureMachineScope scope) Set the scope property: A list of AzureVMSS instances which can be included or excluded to run packet capture.PacketCaptureResultInner.withScope(PacketCaptureMachineScope scope) Set the scope property: A list of AzureVMSS instances which can be included or excluded to run packet capture.PacketCaptureResultProperties.withScope(PacketCaptureMachineScope scope) Set the scope property: A list of AzureVMSS instances which can be included or excluded to run packet capture. -
Uses of PacketCaptureMachineScope in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type PacketCaptureMachineScopeModifier and TypeClassDescriptionfinal classA list of AzureVMSS instances which can be included or excluded to run packet capture.Methods in com.azure.resourcemanager.network.models that return PacketCaptureMachineScopeModifier and TypeMethodDescriptionstatic PacketCaptureMachineScopePacketCaptureMachineScope.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PacketCaptureMachineScope from the JsonReader.PacketCaptureMachineScope.withExclude(List<String> exclude) Set the exclude property: List of AzureVMSS instances which has to be excluded from the AzureVMSS from running packet capture.PacketCaptureMachineScope.withInclude(List<String> include) Set the include property: List of AzureVMSS instances to run packet capture on.