Freigeben über


ContainerVolumeMount(String, String) Konstruktor

Definition

Initialisiert eine neue instance von ContainerVolumeMount.

public ContainerVolumeMount (string name, string mountPath);
new Azure.ResourceManager.ContainerInstance.Models.ContainerVolumeMount : string * string -> Azure.ResourceManager.ContainerInstance.Models.ContainerVolumeMount
Public Sub New (name As String, mountPath As String)

Parameter

name
String

Der Name der Volumebereitstellung.

mountPath
String

Der Pfad innerhalb des Containers, in dem das Volume bereitgestellt werden soll. Darf keinen Doppelpunkt (:) enthalten.

Ausnahmen

name oder mountPath ist NULL.

Gilt für: