NetAppCacheData(AzureLocation, NetAppCacheProperties) 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 NetAppCacheData.
public NetAppCacheData(Azure.Core.AzureLocation location, Azure.ResourceManager.NetApp.Models.NetAppCacheProperties properties);
new Azure.ResourceManager.NetApp.NetAppCacheData : Azure.Core.AzureLocation * Azure.ResourceManager.NetApp.Models.NetAppCacheProperties -> Azure.ResourceManager.NetApp.NetAppCacheData
Public Sub New (location As AzureLocation, properties As NetAppCacheProperties)
Parameters
- location
- AzureLocation
The location.
- properties
- NetAppCacheProperties
Cache properties.
Exceptions
properties is null.