PacketCaptureMachineScope Class
A list of AzureVMSS instances which can be included or excluded to run packet capture. If both included and excluded are empty, then the packet capture will run on all instances of AzureVMSS.
- Inheritance
-
azure.mgmt.network._serialization.ModelPacketCaptureMachineScope
Constructor
PacketCaptureMachineScope(*, include: List[str] | None = None, exclude: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
include
|
List of AzureVMSS instances to run packet capture on. |
exclude
|
List of AzureVMSS instances which has to be excluded from the AzureVMSS from running packet capture. |
Variables
Name | Description |
---|---|
include
|
List of AzureVMSS instances to run packet capture on. |
exclude
|
List of AzureVMSS instances which has to be excluded from the AzureVMSS from running packet capture. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python