AppsAndRoles 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.
AppsAndRoles in the guest virtual machine.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.AppsAndRolesTypeConverter))]
public class AppsAndRoles : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IAppsAndRoles
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.AppsAndRolesTypeConverter))>]
type AppsAndRoles = class
interface IAppsAndRoles
interface IJsonSerializable
Public Class AppsAndRoles
Implements IAppsAndRoles
- Inheritance
-
AppsAndRoles
- Attributes
- Implements
Constructors
AppsAndRoles() |
Creates an new AppsAndRoles instance. |
Properties
Application |
Applications of the AppsAndRoles. |
BizTalkServer |
BizTalkServers of the AppsAndRoles. |
ExchangeServer |
ExchangeServers of the AppsAndRoles. |
Feature |
Features of the AppsAndRoles. |
OtherDatabase |
OtherDatabaseServers of the AppsAndRoles. |
SharePointServer |
SharePointServers of the AppsAndRoles. |
SqlServer |
SQLServers of the AppsAndRoles. |
SystemCenter |
SystemCenters of the AppsAndRoles. |
WebApplication |
WebApplications of the AppsAndRoles. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AppsAndRoles. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AppsAndRoles. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IAppsAndRoles. |
FromJsonString(String) |
Creates a new instance of AppsAndRoles, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AppsAndRoles into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |