ProvisionedApplicationPlatformSettings(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.
Creates a new instance of the ProvisionedApplicationPlatformSettings class.
public:
ProvisionedApplicationPlatformSettings(System::String ^ applicationUserAgent, System::String ^ applicationId);
public ProvisionedApplicationPlatformSettings (string applicationUserAgent, string applicationId);
new Microsoft.Rtc.Collaboration.ProvisionedApplicationPlatformSettings : string * string -> Microsoft.Rtc.Collaboration.ProvisionedApplicationPlatformSettings
Public Sub New (applicationUserAgent As String, applicationId As String)
Parameters
- applicationUserAgent
- String
The part of the user agent string that identifies the application. Can be null.
- applicationId
- String
The unique identifier for the application in the deployment. It is assigned when the application is provisioned.
Exceptions
Thrown when parameters are null or empty.