sample parameter value for EndpointsOperations(client, config, serializer, deserializer) in Azure

Akriti 1 Reputation point
2020-09-10T12:35:01.41+00:00

Hi,
We are using the azure sdk and all we need to know is what values should we pass for these 4 parameters
-client, config, serializer, deserializer

Azure Content Delivery Network
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. TravisCragg-MSFT 5,681 Reputation points Microsoft Employee
    2020-09-12T00:37:46.173+00:00

    You do not need to create that object directly. You should create the management class first, then you will be able to use the variable functions.

    Here is an example of creating a CDN endpoint by creating the management class and calling a function.