DefaultDto Class

Definition

Base data transfer object implementation for default resources.

public class DefaultDto : Microsoft.Azure.Management.DataShare.Models.ProxyDto
type DefaultDto = class
    inherit ProxyDto
Public Class DefaultDto
Inherits ProxyDto
Inheritance
DefaultDto
Derived

Constructors

DefaultDto()

Initializes a new instance of the DefaultDto class.

DefaultDto(String, String, SystemData, String, String, IDictionary<String,String>)

Initializes a new instance of the DefaultDto class.

Properties

Id

Gets the resource id of the azure resource

(Inherited from ProxyDto)
Location

Gets or sets location of the azure resource.

Name

Gets name of the azure resource

(Inherited from ProxyDto)
SystemData

Gets system Data of the Azure resource.

(Inherited from ProxyDto)
Tags

Gets or sets tags on the azure resource.

Type

Gets type of the azure resource

(Inherited from ProxyDto)

Applies to