Share via


ArmWorkloadsModelFactory.SapProviderInstanceData Method

Definition

Initializes a new instance of SapProviderInstanceData.

public static Azure.ResourceManager.Workloads.SapProviderInstanceData SapProviderInstanceData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.Workloads.Models.UserAssignedServiceIdentity identity = default, Azure.ResourceManager.Workloads.Models.WorkloadMonitorProvisioningState? provisioningState = default, Azure.ResponseError errors = default, Azure.ResourceManager.Workloads.Models.ProviderSpecificProperties providerSettings = default);
static member SapProviderInstanceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.Workloads.Models.UserAssignedServiceIdentity * Nullable<Azure.ResourceManager.Workloads.Models.WorkloadMonitorProvisioningState> * Azure.ResponseError * Azure.ResourceManager.Workloads.Models.ProviderSpecificProperties -> Azure.ResourceManager.Workloads.SapProviderInstanceData
Public Shared Function SapProviderInstanceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional identity As UserAssignedServiceIdentity = Nothing, Optional provisioningState As Nullable(Of WorkloadMonitorProvisioningState) = Nothing, Optional errors As ResponseError = Nothing, Optional providerSettings As ProviderSpecificProperties = Nothing) As SapProviderInstanceData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

identity
UserAssignedServiceIdentity

[currently not in use] Managed service identity(user assigned identities).

provisioningState
Nullable<WorkloadMonitorProvisioningState>

State of provisioning of the provider instance.

errors
ResponseError

Defines the provider instance errors.

providerSettings
ProviderSpecificProperties

Defines the provider specific properties. Please note ProviderSpecificProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include DB2ProviderInstanceProperties, MsSqlServerProviderInstanceProperties, PrometheusHAClusterProviderInstanceProperties, PrometheusOSProviderInstanceProperties, HanaDBProviderInstanceProperties and SapNetWeaverProviderInstanceProperties.

Returns

A new SapProviderInstanceData instance for mocking.

Applies to