PublishedApplicationDetails Constructors
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.
Overloads
PublishedApplicationDetails() |
Initializes a new instance of the PublishedApplicationDetails class. |
PublishedApplicationDetails(String) |
Initializes a new instance of the PublishedApplicationDetails class with required arguments. |
PublishedApplicationDetails()
Initializes a new instance of the PublishedApplicationDetails class.
public PublishedApplicationDetails ();
Public Sub New ()
Applies to
PublishedApplicationDetails(String)
Initializes a new instance of the PublishedApplicationDetails class with required arguments.
public PublishedApplicationDetails (string name);
new Microsoft.WindowsAzure.Management.RemoteApp.Models.PublishedApplicationDetails : string -> Microsoft.WindowsAzure.Management.RemoteApp.Models.PublishedApplicationDetails
Public Sub New (name As String)
Parameters
- name
- String