AzureDatastore 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.
Base definition for Azure datastore contents configuration.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AzureDatastoreTypeConverter))]
public class AzureDatastore : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAzureDatastore
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AzureDatastoreTypeConverter))>]
type AzureDatastore = class
interface IAzureDatastore
interface IJsonSerializable
Public Class AzureDatastore
Implements IAzureDatastore
- Inheritance
-
AzureDatastore
- Attributes
- Implements
Constructors
AzureDatastore() |
Creates an new AzureDatastore instance. |
Properties
ResourceGroup |
Azure Resource Group name |
SubscriptionId |
Azure Subscription Id |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AzureDatastore. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AzureDatastore. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAzureDatastore. |
FromJsonString(String) |
Creates a new instance of AzureDatastore, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AzureDatastore into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |