IWorkloadsIdentity Interface
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.Models.WorkloadsIdentityTypeConverter))]
public interface IWorkloadsIdentity : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.WorkloadsIdentityTypeConverter))>]
type IWorkloadsIdentity = interface
interface IJsonSerializable
Public Interface IWorkloadsIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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. |
MonitorName |
Name of the SAP monitor resource. |
ProviderInstanceName |
Name of the provider instance. |
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |