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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET