다음을 통해 공유


StreamAnalyticsSubResource Class

Definition

The base sub-resource model definition.

public class StreamAnalyticsSubResource : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsSubResource>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsSubResource>
public class StreamAnalyticsSubResource
type StreamAnalyticsSubResource = class
    interface IJsonModel<StreamAnalyticsSubResource>
    interface IPersistableModel<StreamAnalyticsSubResource>
type StreamAnalyticsSubResource = class
Public Class StreamAnalyticsSubResource
Implements IJsonModel(Of StreamAnalyticsSubResource), IPersistableModel(Of StreamAnalyticsSubResource)
Public Class StreamAnalyticsSubResource
Inheritance
StreamAnalyticsSubResource
Derived
Implements

Constructors

StreamAnalyticsSubResource()

Initializes a new instance of StreamAnalyticsSubResource.

Properties

Id

Resource Id.

Name

Resource name.

ResourceType

Resource type.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StreamAnalyticsSubResource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<StreamAnalyticsSubResource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StreamAnalyticsSubResource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StreamAnalyticsSubResource>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<StreamAnalyticsSubResource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to