BlobContainerDataSetMapping(String, Guid, String, String, String) Constructor
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.
Initializes a new instance of BlobContainerDataSetMapping.
public BlobContainerDataSetMapping (string containerName, Guid dataSetId, string resourceGroup, string storageAccountName, string subscriptionId);
new Azure.ResourceManager.DataShare.Models.BlobContainerDataSetMapping : string * Guid * string * string * string -> Azure.ResourceManager.DataShare.Models.BlobContainerDataSetMapping
Public Sub New (containerName As String, dataSetId As Guid, resourceGroup As String, storageAccountName As String, subscriptionId As String)
Parameters
- containerName
- String
BLOB Container name.
- dataSetId
- Guid
The id of the source data set.
- resourceGroup
- String
Resource group of storage account.
- storageAccountName
- String
Storage account name of the source data set.
- subscriptionId
- String
Subscription id of storage account.
Exceptions
containerName
, resourceGroup
, storageAccountName
or subscriptionId
is null.