@@ -1233,6 +1233,7 @@ public ManagedHsmNetworkRuleSet() { }
12331233 public Azure . ResourceManager . KeyVault . Models . ManagedHsmNetworkRuleBypassOption ? Bypass { get { throw null ; } set { } }
12341234 public Azure . ResourceManager . KeyVault . Models . ManagedHsmNetworkRuleAction ? DefaultAction { get { throw null ; } set { } }
12351235 public System . Collections . Generic . IList < Azure . ResourceManager . KeyVault . Models . ManagedHsmIPRule > IPRules { get { throw null ; } }
1236+ public System . Collections . Generic . IList < Azure . ResourceManager . KeyVault . Models . ManagedHsmServiceTagRule > ServiceTags { get { throw null ; } }
12361237 public System . Collections . Generic . IList < Azure . ResourceManager . KeyVault . Models . ManagedHsmVirtualNetworkRule > VirtualNetworkRules { get { throw null ; } }
12371238 protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
12381239 Azure . ResourceManager . KeyVault . Models . ManagedHsmNetworkRuleSet System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . KeyVault . Models . ManagedHsmNetworkRuleSet > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -1425,6 +1426,17 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
14251426 string System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . KeyVault . Models . ManagedHSMSecurityDomainProperties > . GetFormatFromOptions ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
14261427 System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . KeyVault . Models . ManagedHSMSecurityDomainProperties > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
14271428 }
1429+ public partial class ManagedHsmServiceTagRule : System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . KeyVault . Models . ManagedHsmServiceTagRule > , System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . KeyVault . Models . ManagedHsmServiceTagRule >
1430+ {
1431+ public ManagedHsmServiceTagRule ( string tag ) { }
1432+ public string Tag { get { throw null ; } set { } }
1433+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
1434+ Azure . ResourceManager . KeyVault . Models . ManagedHsmServiceTagRule System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . KeyVault . Models . ManagedHsmServiceTagRule > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
1435+ void System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . KeyVault . Models . ManagedHsmServiceTagRule > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
1436+ Azure . ResourceManager . KeyVault . Models . ManagedHsmServiceTagRule System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . KeyVault . Models . ManagedHsmServiceTagRule > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
1437+ string System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . KeyVault . Models . ManagedHsmServiceTagRule > . GetFormatFromOptions ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
1438+ System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . KeyVault . Models . ManagedHsmServiceTagRule > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
1439+ }
14281440 public partial class ManagedHsmSku : System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . KeyVault . Models . ManagedHsmSku > , System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . KeyVault . Models . ManagedHsmSku >
14291441 {
14301442 public ManagedHsmSku ( Azure . ResourceManager . KeyVault . Models . ManagedHsmSkuFamily family , Azure . ResourceManager . KeyVault . Models . ManagedHsmSkuName name ) { }
0 commit comments