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.
The SasCredentialDto.
public class SasCredentialDto : Azure.ResourceManager.MachineLearning.Models.PendingUploadCredentialDto, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.SasCredentialDto>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.SasCredentialDto>
public class SasCredentialDto : Azure.ResourceManager.MachineLearning.Models.PendingUploadCredentialDto
type SasCredentialDto = class
inherit PendingUploadCredentialDto
interface IJsonModel<SasCredentialDto>
interface IPersistableModel<SasCredentialDto>
type SasCredentialDto = class
inherit PendingUploadCredentialDto
Public Class SasCredentialDto
Inherits PendingUploadCredentialDto
Implements IJsonModel(Of SasCredentialDto), IPersistableModel(Of SasCredentialDto)
Public Class SasCredentialDto
Inherits PendingUploadCredentialDto
- Inheritance
- Implements
Properties
SasUri |
Full SAS Uri, including the storage, container/blob path and SAS token. |
Explicit Interface Implementations
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET