AkriConnectorTemplatePersistentVolumeClaim(String, 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 AkriConnectorTemplatePersistentVolumeClaim.
public AkriConnectorTemplatePersistentVolumeClaim(string claimName, string mountPath);
new Azure.ResourceManager.IotOperations.Models.AkriConnectorTemplatePersistentVolumeClaim : string * string -> Azure.ResourceManager.IotOperations.Models.AkriConnectorTemplatePersistentVolumeClaim
Public Sub New (claimName As String, mountPath As String)
Parameters
- claimName
- String
The name of the persistent volume claim.
- mountPath
- String
The mount path for the persistent volume claim.
Exceptions
claimName or mountPath is null.