Tag not monitored by Microsoft.
I figured out how to do it using this: AMSExplorer
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm trying to acces the client.StreamingEndpoints.CreateAsync method that requires resourceGroupName, accountName, streamingEndpointName and paramaeters of type StreamingEndpoint. How do I access this method. I can't seem to figure out how to create a new instance of StreamingEndpoint that needs to be passed with the call to create the new streaming endpoint. Can anyone help me with this?
Tag not monitored by Microsoft.
Answer accepted by question author
I figured out how to do it using this: AMSExplorer
Hi @nbm-Syncronet ,
You can follow this AMS documentation to create a new StreamingEndpoint.
Hope that helps.
-Grace
I figured out that there is a way to do it with v2 of the API, but what i'm in need of is a way to do it with v3 of the API