ArmSecurityInsightsModelFactory.GenericBlobSbsAuthModel Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.SecurityInsights.Models.GenericBlobSbsAuthModel GenericBlobSbsAuthModel(System.Collections.Generic.IDictionary<string,string> credentialsConfig = default, System.Collections.Generic.IDictionary<string,string> storageAccountCredentialsConfig = default);
static member GenericBlobSbsAuthModel : System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.SecurityInsights.Models.GenericBlobSbsAuthModel
Public Shared Function GenericBlobSbsAuthModel (Optional credentialsConfig As IDictionary(Of String, String) = Nothing, Optional storageAccountCredentialsConfig As IDictionary(Of String, String) = Nothing) As GenericBlobSbsAuthModel
Parameters
- credentialsConfig
- IDictionary<String,String>
Credentials for service bus namespace, keyvault uri for access key.
- storageAccountCredentialsConfig
- IDictionary<String,String>
Credentials for storage account, keyvault uri for access key.
Returns
A new GenericBlobSbsAuthModel instance for mocking.