Share via


RelayNamespace Class

Definition

Description of a namespace resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.RelayNamespaceTypeConverter))]
public class RelayNamespace : Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.IRelayNamespace, Microsoft.Azure.PowerShell.Cmdlets.Relay.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.RelayNamespaceTypeConverter))>]
type RelayNamespace = class
    interface IRelayNamespace
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
    interface IValidates
Public Class RelayNamespace
Implements IRelayNamespace, IValidates
Inheritance
RelayNamespace
Attributes
Implements

Constructors

RelayNamespace()

Creates an new RelayNamespace instance.

Properties

CreatedAt

The time the namespace was created.

Id

Resource ID.

Location

Resource location.

MetricId

Identifier for Azure Insights metrics.

Name

Resource name.

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.

ResourceGroupName

Gets the resource group name

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.

Type

Resource type.

UpdatedAt

The time the namespace was updated.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RelayNamespace.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RelayNamespace.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.IRelayNamespace.

FromJsonString(String)

Creates a new instance of RelayNamespace, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of RelayNamespace into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to