ArmDiscoveryModelFactory.AzureNetAppFilesStore 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.Discovery.Models.AzureNetAppFilesStore AzureNetAppFilesStore(Azure.ResourceManager.Discovery.Models.NetAppMountProtocol? mountProtocol = default, Azure.Core.ResourceIdentifier netAppVolumeId = default);
static member AzureNetAppFilesStore : Nullable<Azure.ResourceManager.Discovery.Models.NetAppMountProtocol> * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Discovery.Models.AzureNetAppFilesStore
Public Shared Function AzureNetAppFilesStore (Optional mountProtocol As Nullable(Of NetAppMountProtocol) = Nothing, Optional netAppVolumeId As ResourceIdentifier = Nothing) As AzureNetAppFilesStore
Parameters
- mountProtocol
- Nullable<NetAppMountProtocol>
The protocol to use for mounting the storage store.
- netAppVolumeId
- ResourceIdentifier
The associated Azure NetApp Files volume ID.
Returns
A new AzureNetAppFilesStore instance for mocking.