I want to access an Azure VM Scale Set via the Python SDK, to get a list of all the NICs inside it. To do that, I'm guessing I need to use the link, but I don't know what each parameter should be for the NetworkInterfacesOperations class
NetworkInterfacesOperations(client, config, serializer, deserializer)