DatastoreValue Class
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.
Properties uniquely identifying a datastore.
public ref class DatastoreValue
public class DatastoreValue
type DatastoreValue = class
Public Class DatastoreValue
- Inheritance
-
DatastoreValue
Constructors
| DatastoreValue(String, String, String, String, String) |
Properties uniquely identifying a datastore. |
Properties
| DatastoreName |
The datastore to read the data from. |
| Path |
The path on the datastore. |
| ResourceGroup |
The resource group the workspace belongs to. |
| Subscription |
The subscription the workspace belongs to. |
| WorkspaceName |
The workspace the datastore belongs to. |
Methods
| ToDictionary() |
Convert DatastoreValue to a dictionary object. |