DatastoreValue Class

Definition

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.

Applies to