Share via


RelayNamespace Class

Definition

Description of a Namespace resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class RelayNamespace : Microsoft.Azure.Management.Relay.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RelayNamespace = class
    inherit TrackedResource
Public Class RelayNamespace
Inherits TrackedResource
Inheritance
Attributes

Constructors

RelayNamespace()

Initializes a new instance of the RelayNamespace class.

RelayNamespace(String, String, String, String, IDictionary<String, String>, Sku, Nullable<ProvisioningStateEnum>, Nullable<DateTime>, Nullable<DateTime>, String, String)

Initializes a new instance of the RelayNamespace class.

Properties

CreatedAt

Gets the time the namespace was created.

Id

Gets resource Id

(Inherited from Resource)
Location

Gets or sets resource location

(Inherited from TrackedResource)
MetricId

Gets identifier for Azure Insights metrics

Name

Gets resource name

(Inherited from Resource)
ProvisioningState

Gets possible values include: 'Created', 'Succeeded', 'Deleted', 'Failed', 'Updating', 'Unknown'

ServiceBusEndpoint

Gets endpoint you can use to perform Service Bus operations.

Sku

Gets or sets sku of the Namespace.

Tags

Gets or sets resource tags

(Inherited from TrackedResource)
Type

Gets resource type

(Inherited from Resource)
UpdatedAt

Gets the time the namespace was updated.

Methods

Validate()

Validate the object.

Applies to