ArmMigrationDiscoverySapModelFactory.SapInstanceData Method
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.
Initializes a new instance of SapInstanceData.
public static Azure.ResourceManager.MigrationDiscoverySap.SapInstanceData SapInstanceData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, string systemSid = default, Azure.ResourceManager.MigrationDiscoverySap.Models.SapInstanceEnvironment? environment = default, string landscapeSid = default, string application = default, Azure.ResourceManager.MigrationDiscoverySap.Models.SapDiscoveryProvisioningState? provisioningState = default, Azure.ResourceManager.MigrationDiscoverySap.Models.SapMigrateError errors = default);
static member SapInstanceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * Nullable<Azure.ResourceManager.MigrationDiscoverySap.Models.SapInstanceEnvironment> * string * string * Nullable<Azure.ResourceManager.MigrationDiscoverySap.Models.SapDiscoveryProvisioningState> * Azure.ResourceManager.MigrationDiscoverySap.Models.SapMigrateError -> Azure.ResourceManager.MigrationDiscoverySap.SapInstanceData
Public Shared Function SapInstanceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional systemSid As String = Nothing, Optional environment As Nullable(Of SapInstanceEnvironment) = Nothing, Optional landscapeSid As String = Nothing, Optional application As String = Nothing, Optional provisioningState As Nullable(Of SapDiscoveryProvisioningState) = Nothing, Optional errors As SapMigrateError = Nothing) As SapInstanceData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- systemSid
- String
This is the SID of SAP System. Keeping this not equal to ID as different landscapes can have repeated System SID IDs.
- environment
- Nullable<SapInstanceEnvironment>
The Environment; PRD, QA, DEV, etc to which SAP system belongs to. Select from the list of available dropdown values.
- landscapeSid
- String
This is the SID of the production system in a landscape. An SAP system could itself be a production SID or a part of a landscape with a different Production SID. This field can be used to relate non-prod SIDs, other components, SID (WEBDISP) to the prod SID. Enter the value of Production SID.
- application
- String
Enter a business function/department identifier to group multiple SIDs.
- provisioningState
- Nullable<SapDiscoveryProvisioningState>
Defines the provisioning states.
- errors
- SapMigrateError
Defines the errors related to SAP Instance resource.
Returns
A new SapInstanceData instance for mocking.
Applies to
Azure SDK for .NET