Table of Contents

Class AssetEndpointProfileChangedEventArgs

Namespace
Azure.Iot.Operations.Services.Assets
Assembly
Azure.Iot.Operations.Services.dll

EventArgs with context about which AssetEndpointProfile changed and what kind of change happened to it.

public class AssetEndpointProfileChangedEventArgs : EventArgs
Inheritance
AssetEndpointProfileChangedEventArgs
Inherited Members

Properties

AssetEndpointProfile

The

public AssetEndpointProfile? AssetEndpointProfile { get; set; }

Property Value

AssetEndpointProfile

ChangeType

Specifies if the change in this asset endpoint profile was that it was updated, deleted, or created

public ChangeType ChangeType { get; set; }

Property Value

ChangeType