@@ -220,7 +220,7 @@ public ElasticSanVolumeData(long sizeGiB) { }
220220 public Azure . Core . ResourceIdentifier ManagedByResourceId { get { throw null ; } set { } }
221221 public Azure . ResourceManager . ElasticSan . Models . ElasticSanProvisioningState ? ProvisioningState { get { throw null ; } }
222222 public long SizeGiB { get { throw null ; } set { } }
223- public Azure . ResourceManager . ElasticSan . Models . IscsiTargetInfo StorageTarget { get { throw null ; } }
223+ public Azure . ResourceManager . ElasticSan . Models . IscsiTargetInfo StorageTarget { get { throw null ; } set { } }
224224 public System . Guid ? VolumeId { get { throw null ; } }
225225 protected override void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
226226 Azure . ResourceManager . ElasticSan . ElasticSanVolumeData System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . ElasticSan . ElasticSanVolumeData > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -889,9 +889,9 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
889889 }
890890 public partial class IscsiTargetInfo : System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . ElasticSan . Models . IscsiTargetInfo > , System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . ElasticSan . Models . IscsiTargetInfo >
891891 {
892- internal IscsiTargetInfo ( ) { }
892+ public IscsiTargetInfo ( ) { }
893893 public Azure . ResourceManager . ElasticSan . Models . ElasticSanProvisioningState ? ProvisioningState { get { throw null ; } }
894- public Azure . ResourceManager . ElasticSan . Models . ResourceOperationalStatus ? Status { get { throw null ; } }
894+ public Azure . ResourceManager . ElasticSan . Models . ResourceOperationalStatus ? Status { get { throw null ; } set { } }
895895 public string TargetIqn { get { throw null ; } }
896896 public string TargetPortalHostname { get { throw null ; } }
897897 public int ? TargetPortalPort { get { throw null ; } }
0 commit comments