SasCredentialDto 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.SasCredentialDtoTypeConverter))]
public class SasCredentialDto : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISasCredentialDto, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.SasCredentialDtoTypeConverter))>]
type SasCredentialDto = class
interface ISasCredentialDto
interface IJsonSerializable
interface IPendingUploadCredentialDto
interface IValidates
Public Class SasCredentialDto
Implements ISasCredentialDto, IValidates
- Inheritance
-
SasCredentialDto
- Attributes
- Implements
Constructors
SasCredentialDto() |
Creates an new SasCredentialDto instance. |
Properties
CredentialType |
[Required] Credential type used to authentication with storage. |
SasUri |
Full SAS Uri, including the storage, container/blob path and SAS token |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SasCredentialDto. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SasCredentialDto. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISasCredentialDto. |
FromJsonString(String) |
Creates a new instance of SasCredentialDto, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SasCredentialDto into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |