AkriConnectorTemplatePersistentVolumeClaim(String, String) Constructor

Definition

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.

Applies to