StorageConnectorTestExistingConnectionContent(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 StorageConnectorTestExistingConnectionContent.
public StorageConnectorTestExistingConnectionContent(string uniqueId);
new Azure.ResourceManager.Storage.Models.StorageConnectorTestExistingConnectionContent : string -> Azure.ResourceManager.Storage.Models.StorageConnectorTestExistingConnectionContent
Public Sub New (uniqueId As String)
Parameters
- uniqueId
- String
The uniqueId of the storage connector as returned by the server.
Exceptions
uniqueId is null.