ArmSecurityInsightsModelFactory.GenericBlobSbsAuthModel Method

Definition

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.

Applies to