Freigeben über


ArmResourcesModelFactory.ArmDeploymentScriptData Methode

Definition

Initialisiert eine neue instance von 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 = "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 = "Unknown") As ArmDeploymentScriptData

Parameter

id
ResourceIdentifier

Die ID.

name
String

Der Name.

resourceType
ResourceType

Der resourceType.

systemData
SystemData

SystemData.

identity
ArmDeploymentScriptManagedIdentity

Optionale Eigenschaft. Verwaltete Identität, die für dieses Bereitstellungsskript verwendet werden soll. Derzeit wird nur vom Benutzer zugewiesene MSI unterstützt.

location
AzureLocation

Der Speicherort der ACI und das Speicherkonto für das Bereitstellungsskript.

tags
IDictionary<String,String>

Ressourcentags.

kind
String

Typ des Skripts.

Gibt zurück

Eine neue ArmDeploymentScriptData instance zum Simulieren.

Gilt für: