Share via


ExportResourceGroup Class

Definition

Export parameter for a resource group

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Terraform.Models.ExportResourceGroupTypeConverter))]
public class ExportResourceGroup : Microsoft.Azure.PowerShell.Cmdlets.Terraform.Models.IExportResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.Terraform.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Terraform.Models.ExportResourceGroupTypeConverter))>]
type ExportResourceGroup = class
    interface IExportResourceGroup
    interface IJsonSerializable
    interface IBaseExportModel
    interface IValidates
Public Class ExportResourceGroup
Implements IExportResourceGroup, IValidates
Inheritance
ExportResourceGroup
Attributes
Implements

Constructors

ExportResourceGroup()

Creates an new ExportResourceGroup instance.

Properties

FullProperty

Whether to output all non-computed properties in the generated Terraform configuration? This probably needs manual modifications to make it valid

MaskSensitive

Mask sensitive attributes in the Terraform configuration

NamePattern

The name pattern of the Terraform resources

ResourceGroupName

The name of the resource group to be exported

TargetProvider

The target Azure Terraform Provider

Type

The parameter type

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ExportResourceGroup.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ExportResourceGroup.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Terraform.Models.IExportResourceGroup.

FromJsonString(String)

Creates a new instance of ExportResourceGroup, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ExportResourceGroup into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to