Share via


IExportResourceGroup Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Terraform.Models.ExportResourceGroupTypeConverter))]
public interface IExportResourceGroup : Microsoft.Azure.PowerShell.Cmdlets.Terraform.Models.IBaseExportModel
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Terraform.Models.ExportResourceGroupTypeConverter))>]
type IExportResourceGroup = interface
    interface IJsonSerializable
    interface IBaseExportModel
Public Interface IExportResourceGroup
Implements IBaseExportModel
Derived
Attributes
Implements

Properties

FullProperty

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

(Inherited from IBaseExportModel)
MaskSensitive

Mask sensitive attributes in the Terraform configuration

(Inherited from IBaseExportModel)
NamePattern

The name pattern of the Terraform resources

ResourceGroupName

The name of the resource group to be exported

TargetProvider

The target Azure Terraform Provider

(Inherited from IBaseExportModel)
Type

The parameter type

(Inherited from IBaseExportModel)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to