@@ -58,6 +58,10 @@ protected HealthBotResource() { }
5858 public virtual System . Threading . Tasks . Task < Azure . ResourceManager . ArmOperation > DeleteAsync ( Azure . WaitUntil waitUntil , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
5959 public virtual Azure . Response < Azure . ResourceManager . HealthBot . HealthBotResource > Get ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
6060 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . HealthBot . HealthBotResource > > GetAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
61+ public virtual Azure . Response < Azure . ResourceManager . HealthBot . Models . HealthBotKeysResult > GetSecrets ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
62+ public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . HealthBot . Models . HealthBotKeysResult > > GetSecretsAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
63+ public virtual Azure . Response < Azure . ResourceManager . HealthBot . Models . HealthBotKey > RegenerateApiJwtSecret ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
64+ public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . HealthBot . Models . HealthBotKey > > RegenerateApiJwtSecretAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
6165 public virtual Azure . Response < Azure . ResourceManager . HealthBot . HealthBotResource > RemoveTag ( string key , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
6266 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . HealthBot . HealthBotResource > > RemoveTagAsync ( string key , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
6367 public virtual Azure . Response < Azure . ResourceManager . HealthBot . HealthBotResource > SetTags ( System . Collections . Generic . IDictionary < string , string > tags , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
@@ -67,8 +71,12 @@ protected HealthBotResource() { }
6771 Azure . ResourceManager . HealthBot . HealthBotData System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . HealthBot . HealthBotData > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
6872 string System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . HealthBot . HealthBotData > . GetFormatFromOptions ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
6973 System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . HealthBot . HealthBotData > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
74+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
7075 public virtual Azure . Response < Azure . ResourceManager . HealthBot . HealthBotResource > Update ( Azure . ResourceManager . HealthBot . Models . HealthBotPatch patch , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
76+ public virtual Azure . ResourceManager . ArmOperation < Azure . ResourceManager . HealthBot . HealthBotResource > Update ( Azure . WaitUntil waitUntil , Azure . ResourceManager . HealthBot . Models . HealthBotPatch patch , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
77+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
7178 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . HealthBot . HealthBotResource > > UpdateAsync ( Azure . ResourceManager . HealthBot . Models . HealthBotPatch patch , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
79+ public virtual System . Threading . Tasks . Task < Azure . ResourceManager . ArmOperation < Azure . ResourceManager . HealthBot . HealthBotResource > > UpdateAsync ( Azure . WaitUntil waitUntil , Azure . ResourceManager . HealthBot . Models . HealthBotPatch patch , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
7280 }
7381}
7482namespace Azure . ResourceManager . HealthBot . Mocking
@@ -97,7 +105,34 @@ namespace Azure.ResourceManager.HealthBot.Models
97105 public static partial class ArmHealthBotModelFactory
98106 {
99107 public static Azure . ResourceManager . HealthBot . HealthBotData HealthBotData ( Azure . Core . ResourceIdentifier id = null , string name = null , Azure . Core . ResourceType resourceType = default ( Azure . Core . ResourceType ) , Azure . ResourceManager . Models . SystemData systemData = null , System . Collections . Generic . IDictionary < string , string > tags = null , Azure . Core . AzureLocation location = default ( Azure . Core . AzureLocation ) , Azure . ResourceManager . HealthBot . Models . HealthBotSkuName ? skuName = default ( Azure . ResourceManager . HealthBot . Models . HealthBotSkuName ? ) , Azure . ResourceManager . Models . ManagedServiceIdentity identity = null , Azure . ResourceManager . HealthBot . Models . HealthBotProperties properties = null ) { throw null ; }
100- public static Azure . ResourceManager . HealthBot . Models . HealthBotProperties HealthBotProperties ( string provisioningState = null , System . Uri botManagementPortalLink = null , Azure . ResourceManager . HealthBot . Models . HealthBotKeyVaultProperties keyVaultProperties = null ) { throw null ; }
108+ public static Azure . ResourceManager . HealthBot . Models . HealthBotKey HealthBotKey ( string keyName = null , string value = null ) { throw null ; }
109+ public static Azure . ResourceManager . HealthBot . Models . HealthBotKeysResult HealthBotKeysResult ( System . Collections . Generic . IEnumerable < Azure . ResourceManager . HealthBot . Models . HealthBotKey > secrets = null ) { throw null ; }
110+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
111+ public static Azure . ResourceManager . HealthBot . Models . HealthBotProperties HealthBotProperties ( string provisioningState , System . Uri botManagementPortalLink , Azure . ResourceManager . HealthBot . Models . HealthBotKeyVaultProperties keyVaultProperties ) { throw null ; }
112+ public static Azure . ResourceManager . HealthBot . Models . HealthBotProperties HealthBotProperties ( string provisioningState = null , System . Uri botManagementPortalLink = null , Azure . ResourceManager . HealthBot . Models . HealthBotKeyVaultProperties keyVaultProperties = null , string accessControlMethod = null ) { throw null ; }
113+ }
114+ public partial class HealthBotKey : System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . HealthBot . Models . HealthBotKey > , System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . HealthBot . Models . HealthBotKey >
115+ {
116+ internal HealthBotKey ( ) { }
117+ public string KeyName { get { throw null ; } }
118+ public string Value { get { throw null ; } }
119+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
120+ Azure . ResourceManager . HealthBot . Models . HealthBotKey System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . HealthBot . Models . HealthBotKey > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
121+ void System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . HealthBot . Models . HealthBotKey > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
122+ Azure . ResourceManager . HealthBot . Models . HealthBotKey System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . HealthBot . Models . HealthBotKey > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
123+ string System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . HealthBot . Models . HealthBotKey > . GetFormatFromOptions ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
124+ System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . HealthBot . Models . HealthBotKey > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
125+ }
126+ public partial class HealthBotKeysResult : System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . HealthBot . Models . HealthBotKeysResult > , System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . HealthBot . Models . HealthBotKeysResult >
127+ {
128+ internal HealthBotKeysResult ( ) { }
129+ public System . Collections . Generic . IReadOnlyList < Azure . ResourceManager . HealthBot . Models . HealthBotKey > Secrets { get { throw null ; } }
130+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
131+ Azure . ResourceManager . HealthBot . Models . HealthBotKeysResult System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . HealthBot . Models . HealthBotKeysResult > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
132+ void System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . HealthBot . Models . HealthBotKeysResult > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
133+ Azure . ResourceManager . HealthBot . Models . HealthBotKeysResult System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . HealthBot . Models . HealthBotKeysResult > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
134+ string System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . HealthBot . Models . HealthBotKeysResult > . GetFormatFromOptions ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
135+ System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . HealthBot . Models . HealthBotKeysResult > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
101136 }
102137 public partial class HealthBotKeyVaultProperties : System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . HealthBot . Models . HealthBotKeyVaultProperties > , System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . HealthBot . Models . HealthBotKeyVaultProperties >
103138 {
@@ -131,6 +166,7 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
131166 public partial class HealthBotProperties : System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . HealthBot . Models . HealthBotProperties > , System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . HealthBot . Models . HealthBotProperties >
132167 {
133168 public HealthBotProperties ( ) { }
169+ public string AccessControlMethod { get { throw null ; } }
134170 public System . Uri BotManagementPortalLink { get { throw null ; } }
135171 public Azure . ResourceManager . HealthBot . Models . HealthBotKeyVaultProperties KeyVaultProperties { get { throw null ; } set { } }
136172 public string ProvisioningState { get { throw null ; } }
@@ -157,5 +193,7 @@ public enum HealthBotSkuName
157193 F0 = 0 ,
158194 S1 = 1 ,
159195 C0 = 2 ,
196+ PES = 3 ,
197+ C1 = 4 ,
160198 }
161199}
0 commit comments