ArmResourcesModelFactory.ArmDeploymentScriptData 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 ArmDeploymentScriptData.
public static Azure.ResourceManager.Resources.ArmDeploymentScriptData ArmDeploymentScriptData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.Resources.Models.ArmDeploymentScriptManagedIdentity identity = default, Azure.Core.AzureLocation location = default, System.Collections.Generic.IDictionary<string,string> tags = default, string kind = default);
public static Azure.ResourceManager.Resources.ArmDeploymentScriptData ArmDeploymentScriptData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.Resources.Models.ArmDeploymentScriptManagedIdentity identity = default, Azure.Core.AzureLocation location = default, System.Collections.Generic.IDictionary<string,string> tags = default, string kind = "Unknown");
static member ArmDeploymentScriptData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.Resources.Models.ArmDeploymentScriptManagedIdentity * Azure.Core.AzureLocation * System.Collections.Generic.IDictionary<string, string> * string -> Azure.ResourceManager.Resources.ArmDeploymentScriptData
Public Shared Function ArmDeploymentScriptData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional identity As ArmDeploymentScriptManagedIdentity = Nothing, Optional location As AzureLocation = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional kind As String = Nothing) As ArmDeploymentScriptData
Public Shared Function ArmDeploymentScriptData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional identity As ArmDeploymentScriptManagedIdentity = Nothing, Optional location As AzureLocation = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional kind As String = "Unknown") As ArmDeploymentScriptData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- identity
- ArmDeploymentScriptManagedIdentity
Optional property. Managed identity to be used for this deployment script. Currently, only user-assigned MSI is supported.
- location
- AzureLocation
The location of the ACI and the storage account for the deployment script.
- tags
- IDictionary<String,String>
Resource tags.
- kind
- String
Type of the script.
Returns
A new ArmDeploymentScriptData instance for mocking.
Applies to
Azure SDK for .NET