ConnectionAnalyzerStorageAccountSettings(ResourceIdentifier) 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 ConnectionAnalyzerStorageAccountSettings.
public ConnectionAnalyzerStorageAccountSettings(Azure.Core.ResourceIdentifier storageAccountId);
new Azure.ResourceManager.Network.Models.ConnectionAnalyzerStorageAccountSettings : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Network.Models.ConnectionAnalyzerStorageAccountSettings
Public Sub New (storageAccountId As ResourceIdentifier)
Parameters
- storageAccountId
- ResourceIdentifier
Resource ID of the storage account.
Exceptions
storageAccountId is null.