Udostępnij za pośrednictwem


Share Class

Definition

A share data transfer object.

[Microsoft.Rest.Serialization.JsonTransformation]
public class Share : Microsoft.Azure.Management.DataShare.Models.ProxyDto
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Share = class
    inherit ProxyDto
Public Class Share
Inherits ProxyDto
Inheritance
Attributes

Constructors

Share()

Initializes a new instance of the Share class.

Share(String, String, SystemData, String, Nullable<DateTime>, String, String, String, String, String, String)

Initializes a new instance of the Share class.

Properties

CreatedAt

Gets time at which the share was created.

Description

Gets or sets share description.

Id

Gets the resource id of the azure resource

(Inherited from ProxyDto)
Name

Gets name of the azure resource

(Inherited from ProxyDto)
ProvisioningState

Gets or sets the provisioning state. Possible values include: 'Succeeded', 'Creating', 'Deleting', 'Moving', 'Failed'

ShareKind

Gets or sets share kind. Possible values include: 'CopyBased', 'InPlace'

SystemData

Gets system Data of the Azure resource.

(Inherited from ProxyDto)
Terms

Gets or sets share terms.

Type

Gets type of the azure resource

(Inherited from ProxyDto)
UserEmail

Gets email of the user who created the resource

UserName

Gets name of the user who created the resource

Applies to