次の方法で共有


IRelayNamespace Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.RelayNamespaceTypeConverter))]
public interface IRelayNamespace : Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20170401.ITrackedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.RelayNamespaceTypeConverter))>]
type IRelayNamespace = interface
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
Public Interface IRelayNamespace
Implements ITrackedResource
Derived
Attributes
Implements

Properties

CreatedAt

The time the namespace was created.

Id

Resource ID.

(Inherited from IResource)
Location

Resource location.

(Inherited from ITrackedResource)
MetricId

Identifier for Azure Insights metrics.

Name

Resource name.

(Inherited from IResource)
PrivateEndpointConnection

List of private endpoint connections.

ProvisioningState

Provisioning state of the Namespace.

PublicNetworkAccess

This determines if traffic is allowed over public network. By default it is enabled.

ServiceBusEndpoint

Endpoint you can use to perform Service Bus operations.

SkuName

Name of this SKU.

SkuTier

The tier of this SKU.

Status

Status of the Namespace.

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.

Tag

Resource tags.

(Inherited from ITrackedResource)
Type

Resource type.

(Inherited from IResource)
UpdatedAt

The time the namespace was updated.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to