AppAvailabilityInfo Class
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.
The properties indicating whether a given IoT Central application name or subdomain is available.
public class AppAvailabilityInfo
type AppAvailabilityInfo = class
Public Class AppAvailabilityInfo
- Inheritance
-
AppAvailabilityInfo
Constructors
AppAvailabilityInfo() |
Initializes a new instance of the AppAvailabilityInfo class. |
AppAvailabilityInfo(Nullable<Boolean>, String, String) |
Initializes a new instance of the AppAvailabilityInfo class. |
Properties
Message |
Gets the detailed reason message. |
NameAvailable |
Gets the value which indicates whether the provided name is available. |
Reason |
Gets the reason for unavailability. |