ArmStorageModelFactory.StorageConnectorTestExistingConnectionContent 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.
Test existing connection request properties.
public static Azure.ResourceManager.Storage.Models.StorageConnectorTestExistingConnectionContent StorageConnectorTestExistingConnectionContent(string uniqueId = default);
static member StorageConnectorTestExistingConnectionContent : string -> Azure.ResourceManager.Storage.Models.StorageConnectorTestExistingConnectionContent
Public Shared Function StorageConnectorTestExistingConnectionContent (Optional uniqueId As String = Nothing) As StorageConnectorTestExistingConnectionContent
Parameters
- uniqueId
- String
The uniqueId of the storage connector as returned by the server.
Returns
A new StorageConnectorTestExistingConnectionContent instance for mocking.