Sdílet prostřednictvím


StreamAnalyticsPrivateEndpointData Class

Definition

A class representing the StreamAnalyticsPrivateEndpoint data model. Complete information about the private endpoint.

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

Constructors

StreamAnalyticsPrivateEndpointData()

Initializes a new instance of StreamAnalyticsPrivateEndpointData.

Properties

ETag

Unique opaque string (generally a GUID) that represents the metadata state of the resource (private endpoint) and changes whenever the resource is updated. Required on PUT (CreateOrUpdate) requests.

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 properties associated with a private endpoint.

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

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StreamAnalyticsPrivateEndpointData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StreamAnalyticsPrivateEndpointData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StreamAnalyticsPrivateEndpointData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StreamAnalyticsPrivateEndpointData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StreamAnalyticsPrivateEndpointData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to