Interface GetBlobReferenceSasResponseDto
public interface GetBlobReferenceSasResponseDto
An immutable client-side representation of GetBlobReferenceSasResponseDto.
-
Method Summary
Modifier and TypeMethodDescriptionGets the blobReferenceForConsumption property: Blob reference for consumption details.Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.GetBlobReferenceSasResponseDtoInner object.
-
Method Details
-
blobReferenceForConsumption
GetBlobReferenceForConsumptionDto blobReferenceForConsumption()Gets the blobReferenceForConsumption property: Blob reference for consumption details.- Returns:
- the blobReferenceForConsumption value.
-
innerModel
GetBlobReferenceSasResponseDtoInner innerModel()Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.GetBlobReferenceSasResponseDtoInner object.- Returns:
- the inner object.
-