Language

AkriServiceData Class

Definition

AkriService resource.

public class AkriServiceData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotOperations.AkriServiceData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotOperations.AkriServiceData>
type AkriServiceData = class
    inherit ResourceData
    interface IJsonModel<AkriServiceData>
    interface IPersistableModel<AkriServiceData>
Public Class AkriServiceData
Inherits ResourceData
Implements IJsonModel(Of AkriServiceData), IPersistableModel(Of AkriServiceData)
Inheritance
AkriServiceData
Implements

Constructors

Name Description
AkriServiceData()

Initializes a new instance of AkriServiceData.

Properties

Name Description
ExtendedLocation

Edge location of the resource.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
Properties

The resource-specific properties for this resource.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<AkriServiceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<AkriServiceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<AkriServiceData>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<AkriServiceData>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<AkriServiceData>.Write(ModelReaderWriterOptions)

Applies to