SharePointServer 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.
SharePointServer in the guest virtual machine.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.SharePointServerTypeConverter))]
public class SharePointServer : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISharePointServer
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.SharePointServerTypeConverter))>]
type SharePointServer = class
interface ISharePointServer
interface IJsonSerializable
Public Class SharePointServer
Implements ISharePointServer
- Inheritance
-
SharePointServer
- Attributes
- Implements
Constructors
SharePointServer() |
Creates an new SharePointServer instance. |
Properties
IsEnterprise |
Value indicating whether the SharePointServer is Enterprise. |
ProductName |
ProductName of the SharePointServer. |
Status |
Status of the SharePointServer. |
Version |
Version of the SharePointServer. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SharePointServer. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SharePointServer. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISharePointServer. |
FromJsonString(String) |
Creates a new instance of SharePointServer, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SharePointServer into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |