Share via


ArmResourcesModelFactory.ArmDeploymentContent Method

Definition

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, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default);
static member ArmDeploymentContent : Nullable<Azure.Core.AzureLocation> * Azure.ResourceManager.Resources.Models.ArmDeploymentProperties * System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.Models.ManagedServiceIdentity -> 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, Optional identity As ManagedServiceIdentity = 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.

identity
ManagedServiceIdentity

The Managed Identity configuration for a deployment.

Returns

A new ArmDeploymentContent instance for mocking.

Applies to