StorageAccountPath interface
Defines a single StorageAccountPath path
Properties
| container |
Gets or sets the container name |
| receiver |
Gets or sets the path on the receiver side where the artifact is to be mapped |
| sender |
Gets or sets the path to file/folder within the container to be shared |
Property Details
containerName
Gets or sets the container name
containerName: string
Property Value
string
receiverPath
Gets or sets the path on the receiver side where the artifact is to be mapped
receiverPath?: string
Property Value
string
senderPath
Gets or sets the path to file/folder within the container to be shared
senderPath?: string
Property Value
string