SapVirtualInstanceIdentity 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.SapVirtualInstanceIdentityTypeConverter))]
public class SapVirtualInstanceIdentity : Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.ISapVirtualInstanceIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.SapVirtualInstanceIdentityTypeConverter))>]
type SapVirtualInstanceIdentity = class
interface ISapVirtualInstanceIdentity
interface IJsonSerializable
Public Class SapVirtualInstanceIdentity
Implements ISapVirtualInstanceIdentity
- Inheritance
-
SapVirtualInstanceIdentity
- Attributes
- Implements
Constructors
SapVirtualInstanceIdentity() |
Creates an new SapVirtualInstanceIdentity instance. |
Properties
ApplicationInstanceName |
The name of SAP Application Server instance resource. |
CentralInstanceName |
Central Services Instance resource name string modeled as parameter for auto generation to work correctly. |
DatabaseInstanceName |
Database resource name string modeled as parameter for auto generation to work correctly. |
Id |
Resource identity path |
Location |
The name of Azure region. |
ResourceGroupName |
The name of the resource group. The name is case insensitive. |
SapVirtualInstanceName |
The name of the Virtual Instances for SAP solutions resource |
SubscriptionId |
The ID of the target subscription. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SapVirtualInstanceIdentity. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SapVirtualInstanceIdentity. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.ISapVirtualInstanceIdentity. |
FromJsonString(String) |
Creates a new instance of SapVirtualInstanceIdentity, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SapVirtualInstanceIdentity into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |