@@ -17,8 +17,8 @@ protected ContainerGroupCollection() { }
1717 }
1818 public partial class ContainerGroupData : Azure . ResourceManager . Models . TrackedResourceData
1919 {
20- public ContainerGroupData ( Azure . Core . AzureLocation location , System . Collections . Generic . IEnumerable < Azure . ResourceManager . ContainerInstance . Models . ContainerInstance > containers , Azure . ResourceManager . ContainerInstance . Models . ContainerInstanceOperatingSystemType osType ) : base ( default ( Azure . Core . AzureLocation ) ) { }
21- public System . Collections . Generic . IList < Azure . ResourceManager . ContainerInstance . Models . ContainerInstance > Containers { get { throw null ; } }
20+ public ContainerGroupData ( Azure . Core . AzureLocation location , System . Collections . Generic . IEnumerable < Azure . ResourceManager . ContainerInstance . Models . ContainerInstanceContainer > containers , Azure . ResourceManager . ContainerInstance . Models . ContainerInstanceOperatingSystemType osType ) : base ( default ( Azure . Core . AzureLocation ) ) { }
21+ public System . Collections . Generic . IList < Azure . ResourceManager . ContainerInstance . Models . ContainerInstanceContainer > Containers { get { throw null ; } }
2222 public Azure . ResourceManager . ContainerInstance . Models . ContainerGroupLogAnalytics DiagnosticsLogAnalytics { get { throw null ; } set { } }
2323 public Azure . ResourceManager . ContainerInstance . Models . ContainerGroupDnsConfiguration DnsConfig { get { throw null ; } set { } }
2424 public Azure . ResourceManager . ContainerInstance . Models . ContainerGroupEncryptionProperties EncryptionProperties { get { throw null ; } set { } }
@@ -378,9 +378,17 @@ public ContainerHttpHeader() { }
378378 public string Name { get { throw null ; } set { } }
379379 public string Value { get { throw null ; } set { } }
380380 }
381- public partial class ContainerInstance
381+ public partial class ContainerInstanceAzureFileVolume
382+ {
383+ public ContainerInstanceAzureFileVolume ( string shareName , string storageAccountName ) { }
384+ public bool ? IsReadOnly { get { throw null ; } set { } }
385+ public string ShareName { get { throw null ; } set { } }
386+ public string StorageAccountKey { get { throw null ; } set { } }
387+ public string StorageAccountName { get { throw null ; } set { } }
388+ }
389+ public partial class ContainerInstanceContainer
382390 {
383- public ContainerInstance ( string name , string image , Azure . ResourceManager . ContainerInstance . Models . ContainerResourceRequirements resources ) { }
391+ public ContainerInstanceContainer ( string name , string image , Azure . ResourceManager . ContainerInstance . Models . ContainerResourceRequirements resources ) { }
384392 public System . Collections . Generic . IList < string > Command { get { throw null ; } }
385393 public System . Collections . Generic . IList < Azure . ResourceManager . ContainerInstance . Models . ContainerEnvironmentVariable > EnvironmentVariables { get { throw null ; } }
386394 public string Image { get { throw null ; } set { } }
@@ -392,14 +400,6 @@ public ContainerInstance(string name, string image, Azure.ResourceManager.Contai
392400 public Azure . ResourceManager . ContainerInstance . Models . ContainerResourceRequirements Resources { get { throw null ; } set { } }
393401 public System . Collections . Generic . IList < Azure . ResourceManager . ContainerInstance . Models . ContainerVolumeMount > VolumeMounts { get { throw null ; } }
394402 }
395- public partial class ContainerInstanceAzureFileVolume
396- {
397- public ContainerInstanceAzureFileVolume ( string shareName , string storageAccountName ) { }
398- public bool ? IsReadOnly { get { throw null ; } set { } }
399- public string ShareName { get { throw null ; } set { } }
400- public string StorageAccountKey { get { throw null ; } set { } }
401- public string StorageAccountName { get { throw null ; } set { } }
402- }
403403 public partial class ContainerInstanceGitRepoVolume
404404 {
405405 public ContainerInstanceGitRepoVolume ( string repository ) { }
0 commit comments