MediaGraphUsernamePasswordCredentials(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of MediaGraphUsernamePasswordCredentials.
public MediaGraphUsernamePasswordCredentials (string username, string password);
new Azure.Media.Analytics.Edge.Models.MediaGraphUsernamePasswordCredentials : string * string -> Azure.Media.Analytics.Edge.Models.MediaGraphUsernamePasswordCredentials
Public Sub New (username As String, password As String)
Parameters
- username
- String
Username for a username/password pair.
- password
- String
Password for a username/password pair. Please use a parameter so that the actual value is not returned on PUT or GET requests.
Exceptions
username
or password
is null.