Delen via


WorkloadsIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.WorkloadsIdentityTypeConverter))]
public class WorkloadsIdentity : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.IWorkloadsIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.WorkloadsIdentityTypeConverter))>]
type WorkloadsIdentity = class
    interface IWorkloadsIdentity
    interface IJsonSerializable
Public Class WorkloadsIdentity
Implements IWorkloadsIdentity
Inheritance
WorkloadsIdentity
Attributes
Implements

Constructors

WorkloadsIdentity()

Creates an new WorkloadsIdentity 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.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkloadsIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkloadsIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.IWorkloadsIdentity.

FromJsonString(String)

Creates a new instance of WorkloadsIdentity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkloadsIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to