DataSet 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.
A DataSet data transfer object.
[Newtonsoft.Json.JsonObject("DataSet")]
public class DataSet : Microsoft.Azure.Management.DataShare.Models.ProxyDto
[<Newtonsoft.Json.JsonObject("DataSet")>]
type DataSet = class
inherit ProxyDto
Public Class DataSet
Inherits ProxyDto
- Inheritance
- Derived
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
DataSet() |
Initializes a new instance of the DataSet class. |
DataSet(String, String, SystemData, String) |
Initializes a new instance of the DataSet class. |
Properties
Id |
Gets the resource id of the azure resource (Inherited from ProxyDto) |
Name |
Gets name of the azure resource (Inherited from ProxyDto) |
SystemData |
Gets system Data of the Azure resource. (Inherited from ProxyDto) |
Type |
Gets type of the azure resource (Inherited from ProxyDto) |
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET