Aracılığıyla paylaş


INamespaceTopic Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NamespaceTopicTypeConverter))]
public interface INamespaceTopic : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NamespaceTopicTypeConverter))>]
type INamespaceTopic = interface
    interface IJsonSerializable
    interface IResource
Public Interface INamespaceTopic
Implements IResource
Derived
Attributes
Implements

Properties

EventRetentionInDay

Event retention for the namespace topic expressed in days. The property default value is 1 day. Min event retention duration value is 1 day and max event retention duration value is 1 day.

Id

Fully qualified identifier of the resource.

(Inherited from IResource)
InputSchema

This determines the format that is expected for incoming events published to the topic.

Name

Name of the resource.

(Inherited from IResource)
ProvisioningState

Provisioning state of the namespace topic.

PublisherType

Publisher type of the namespace topic.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Type

Type of the resource.

(Inherited from IResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to