ArmRedisModelFactory.ImportRdbContent 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.Redis.Models.ImportRdbContent ImportRdbContent(string format = default, System.Collections.Generic.IEnumerable<string> files = default, string preferredDataArchiveAuthMethod = default, string storageSubscriptionId = default);
static member ImportRdbContent : string * seq<string> * string * string -> Azure.ResourceManager.Redis.Models.ImportRdbContent
Public Shared Function ImportRdbContent (Optional format As String = Nothing, Optional files As IEnumerable(Of String) = Nothing, Optional preferredDataArchiveAuthMethod As String = Nothing, Optional storageSubscriptionId As String = Nothing) As ImportRdbContent
Parameters
- format
- String
File format.
- files
- IEnumerable<String>
files to import.
- preferredDataArchiveAuthMethod
- String
Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS.
- storageSubscriptionId
- String
Subscription id of the storage container containing files to import using Managed Identity.
Returns
A new ImportRdbContent instance for mocking.