@@ -25,17 +25,19 @@ namespace Azure.ResourceManager.Terraform.Models
25
25
{
26
26
public static partial class ArmTerraformModelFactory
27
27
{
28
- public static Azure . ResourceManager . Terraform . Models . ExportQueryTerraform ExportQueryTerraform ( Azure . ResourceManager . Terraform . Models . TargetTerraformProvider ? targetProvider = default ( Azure . ResourceManager . Terraform . Models . TargetTerraformProvider ? ) , bool ? isOutputFullPropertiesEnabled = default ( bool ? ) , bool ? isMaskSensitiveEnabled = default ( bool ? ) , string query = null , string namePattern = null , bool ? isRecursive = default ( bool ? ) ) { throw null ; }
29
- public static Azure . ResourceManager . Terraform . Models . ExportResourceGroupTerraform ExportResourceGroupTerraform ( Azure . ResourceManager . Terraform . Models . TargetTerraformProvider ? targetProvider = default ( Azure . ResourceManager . Terraform . Models . TargetTerraformProvider ? ) , bool ? isOutputFullPropertiesEnabled = default ( bool ? ) , bool ? isMaskSensitiveEnabled = default ( bool ? ) , string resourceGroupName = null , string namePattern = null ) { throw null ; }
30
- public static Azure . ResourceManager . Terraform . Models . TerraformExportResult TerraformExportResult ( string configuration = null , System . Collections . Generic . IEnumerable < Azure . Core . ResourceIdentifier > skippedResourceIds = null , System . Collections . Generic . IEnumerable < Azure . ResponseError > errors = null ) { throw null ; }
28
+ public static Azure . ResourceManager . Terraform . Models . ExportQueryTerraform ExportQueryTerraform ( Azure . ResourceManager . Terraform . Models . TargetTerraformProvider ? targetProvider = default ( Azure . ResourceManager . Terraform . Models . TargetTerraformProvider ? ) , bool ? isOutputFullPropertiesEnabled = default ( bool ? ) , bool ? isMaskSensitiveEnabled = default ( bool ? ) , System . Collections . Generic . IEnumerable < string > azureResourcesToExclude = null , System . Collections . Generic . IEnumerable < string > terraformResourcesToExclude = null , string query = null , string namePattern = null , bool ? isRecursive = default ( bool ? ) , string table = null , Azure . ResourceManager . Terraform . Models . TerraformAuthorizationScopeFilter ? authorizationScopeFilter = default ( Azure . ResourceManager . Terraform . Models . TerraformAuthorizationScopeFilter ? ) ) { throw null ; }
29
+ public static Azure . ResourceManager . Terraform . Models . ExportResourceGroupTerraform ExportResourceGroupTerraform ( Azure . ResourceManager . Terraform . Models . TargetTerraformProvider ? targetProvider = default ( Azure . ResourceManager . Terraform . Models . TargetTerraformProvider ? ) , bool ? isOutputFullPropertiesEnabled = default ( bool ? ) , bool ? isMaskSensitiveEnabled = default ( bool ? ) , System . Collections . Generic . IEnumerable < string > azureResourcesToExclude = null , System . Collections . Generic . IEnumerable < string > terraformResourcesToExclude = null , string resourceGroupName = null , string namePattern = null ) { throw null ; }
30
+ public static Azure . ResourceManager . Terraform . Models . TerraformExportResult TerraformExportResult ( string configuration = null , string import = null , System . Collections . Generic . IEnumerable < Azure . Core . ResourceIdentifier > skippedResourceIds = null , System . Collections . Generic . IEnumerable < Azure . ResponseError > errors = null ) { throw null ; }
31
31
public static Azure . ResourceManager . Terraform . Models . TerraformOperationStatus TerraformOperationStatus ( Azure . ResourceManager . Terraform . Models . TerraformExportResult properties = null , Azure . ResourceManager . Terraform . Models . TerraformResourceProvisioningState status = default ( Azure . ResourceManager . Terraform . Models . TerraformResourceProvisioningState ) , string name = null , System . DateTimeOffset ? startOn = default ( System . DateTimeOffset ? ) , System . DateTimeOffset ? endOn = default ( System . DateTimeOffset ? ) , double ? percentComplete = default ( double ? ) , Azure . ResponseError error = null ) { throw null ; }
32
32
}
33
33
public abstract partial class CommonExportProperties : System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . Terraform . Models . CommonExportProperties > , System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . Terraform . Models . CommonExportProperties >
34
34
{
35
35
protected CommonExportProperties ( ) { }
36
+ public System . Collections . Generic . IList < string > AzureResourcesToExclude { get { throw null ; } }
36
37
public bool ? IsMaskSensitiveEnabled { get { throw null ; } set { } }
37
38
public bool ? IsOutputFullPropertiesEnabled { get { throw null ; } set { } }
38
39
public Azure . ResourceManager . Terraform . Models . TargetTerraformProvider ? TargetProvider { get { throw null ; } set { } }
40
+ public System . Collections . Generic . IList < string > TerraformResourcesToExclude { get { throw null ; } }
39
41
protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
40
42
Azure . ResourceManager . Terraform . Models . CommonExportProperties System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . Terraform . Models . CommonExportProperties > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
41
43
void System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . Terraform . Models . CommonExportProperties > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
@@ -46,9 +48,11 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
46
48
public partial class ExportQueryTerraform : Azure . ResourceManager . Terraform . Models . CommonExportProperties , System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . Terraform . Models . ExportQueryTerraform > , System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . Terraform . Models . ExportQueryTerraform >
47
49
{
48
50
public ExportQueryTerraform ( string query ) { }
51
+ public Azure . ResourceManager . Terraform . Models . TerraformAuthorizationScopeFilter ? AuthorizationScopeFilter { get { throw null ; } set { } }
49
52
public bool ? IsRecursive { get { throw null ; } set { } }
50
53
public string NamePattern { get { throw null ; } set { } }
51
54
public string Query { get { throw null ; } }
55
+ public string Table { get { throw null ; } set { } }
52
56
protected override void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
53
57
Azure . ResourceManager . Terraform . Models . ExportQueryTerraform System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . Terraform . Models . ExportQueryTerraform > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
54
58
void System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . Terraform . Models . ExportQueryTerraform > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
@@ -100,11 +104,32 @@ protected override void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter write
100
104
public static bool operator != ( Azure . ResourceManager . Terraform . Models . TargetTerraformProvider left , Azure . ResourceManager . Terraform . Models . TargetTerraformProvider right ) { throw null ; }
101
105
public override string ToString ( ) { throw null ; }
102
106
}
107
+ [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
108
+ public readonly partial struct TerraformAuthorizationScopeFilter : System . IEquatable < Azure . ResourceManager . Terraform . Models . TerraformAuthorizationScopeFilter >
109
+ {
110
+ private readonly object _dummy ;
111
+ private readonly int _dummyPrimitive ;
112
+ public TerraformAuthorizationScopeFilter ( string value ) { throw null ; }
113
+ public static Azure . ResourceManager . Terraform . Models . TerraformAuthorizationScopeFilter AtScopeAboveAndBelow { get { throw null ; } }
114
+ public static Azure . ResourceManager . Terraform . Models . TerraformAuthorizationScopeFilter AtScopeAndAbove { get { throw null ; } }
115
+ public static Azure . ResourceManager . Terraform . Models . TerraformAuthorizationScopeFilter AtScopeAndBelow { get { throw null ; } }
116
+ public static Azure . ResourceManager . Terraform . Models . TerraformAuthorizationScopeFilter AtScopeExact { get { throw null ; } }
117
+ public bool Equals ( Azure . ResourceManager . Terraform . Models . TerraformAuthorizationScopeFilter other ) { throw null ; }
118
+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
119
+ public override bool Equals ( object obj ) { throw null ; }
120
+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
121
+ public override int GetHashCode ( ) { throw null ; }
122
+ public static bool operator == ( Azure . ResourceManager . Terraform . Models . TerraformAuthorizationScopeFilter left , Azure . ResourceManager . Terraform . Models . TerraformAuthorizationScopeFilter right ) { throw null ; }
123
+ public static implicit operator Azure . ResourceManager . Terraform . Models . TerraformAuthorizationScopeFilter ( string value ) { throw null ; }
124
+ public static bool operator != ( Azure . ResourceManager . Terraform . Models . TerraformAuthorizationScopeFilter left , Azure . ResourceManager . Terraform . Models . TerraformAuthorizationScopeFilter right ) { throw null ; }
125
+ public override string ToString ( ) { throw null ; }
126
+ }
103
127
public partial class TerraformExportResult : System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . Terraform . Models . TerraformExportResult > , System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . Terraform . Models . TerraformExportResult >
104
128
{
105
129
internal TerraformExportResult ( ) { }
106
130
public string Configuration { get { throw null ; } }
107
131
public System . Collections . Generic . IReadOnlyList < Azure . ResponseError > Errors { get { throw null ; } }
132
+ public string Import { get { throw null ; } }
108
133
public System . Collections . Generic . IReadOnlyList < Azure . Core . ResourceIdentifier > SkippedResourceIds { get { throw null ; } }
109
134
protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
110
135
Azure . ResourceManager . Terraform . Models . TerraformExportResult System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . Terraform . Models . TerraformExportResult > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
0 commit comments