ArmDeploymentManagerModelFactory.ServiceUnitResourceData Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von ServiceUnitResourceData.
public static Azure.ResourceManager.DeploymentManager.ServiceUnitResourceData ServiceUnitResourceData (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 targetResourceGroup = default, Azure.ResourceManager.DeploymentManager.Models.DeploymentMode deploymentMode = Azure.ResourceManager.DeploymentManager.Models.DeploymentMode.Incremental, Azure.ResourceManager.DeploymentManager.Models.ServiceUnitArtifacts artifacts = default);
static member ServiceUnitResourceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * Azure.ResourceManager.DeploymentManager.Models.DeploymentMode * Azure.ResourceManager.DeploymentManager.Models.ServiceUnitArtifacts -> Azure.ResourceManager.DeploymentManager.ServiceUnitResourceData
Public Shared Function ServiceUnitResourceData (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 targetResourceGroup As String = Nothing, Optional deploymentMode As DeploymentMode = Azure.ResourceManager.DeploymentManager.Models.DeploymentMode.Incremental, Optional artifacts As ServiceUnitArtifacts = Nothing) As ServiceUnitResourceData
Parameter
Die ID.
- name
- String
Der Name.
- resourceType
- ResourceType
Der resourceType.
- systemData
- SystemData
SystemData.
- tags
- IDictionary<String,String>
Die Tags.
- location
- AzureLocation
Der Speicherort.
- targetResourceGroup
- String
Die Azure-Ressourcengruppe, zu der die Ressourcen in der Diensteinheit gehören oder in bereitgestellt werden sollen.
- deploymentMode
- DeploymentMode
Beschreibt den Typ der ARM-Bereitstellung, die für die Ressource ausgeführt werden soll.
- artifacts
- ServiceUnitArtifacts
Die Artefakte für die Diensteinheit.
Gibt zurück
Eine neue ServiceUnitResourceData instance zum Simulieren.
Gilt für:
Azure SDK for .NET