Udostępnij przez


AzureDatastore Class

Definition

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

Name Description
AzureDatastore()

Creates an new AzureDatastore instance.

Properties

Name Description
ResourceGroup

Azure Resource Group name

SubscriptionId

Azure Subscription Id

Methods

Name Description
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()

Applies to