ArmResourcesModelFactory.ArmDeploymentContent 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 ArmDeploymentContent.
public static Azure.ResourceManager.Resources.Models.ArmDeploymentContent ArmDeploymentContent (Azure.Core.AzureLocation? location = default, Azure.ResourceManager.Resources.Models.ArmDeploymentProperties properties = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member ArmDeploymentContent : Nullable<Azure.Core.AzureLocation> * Azure.ResourceManager.Resources.Models.ArmDeploymentProperties * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.Resources.Models.ArmDeploymentContent
Public Shared Function ArmDeploymentContent (Optional location As Nullable(Of AzureLocation) = Nothing, Optional properties As ArmDeploymentProperties = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As ArmDeploymentContent
Parameters
- location
- Nullable<AzureLocation>
The location to store the deployment data.
- properties
- ArmDeploymentProperties
The deployment properties.
- tags
- IDictionary<String,String>
Deployment tags.
Returns
A new ArmDeploymentContent instance for mocking.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET