RelayNamespaceData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing the RelayNamespace data model.
public class RelayNamespaceData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Relay.RelayNamespaceData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Relay.RelayNamespaceData>
public class RelayNamespaceData : Azure.ResourceManager.Models.TrackedResourceData
type RelayNamespaceData = class
inherit TrackedResourceData
interface IJsonModel<RelayNamespaceData>
interface IPersistableModel<RelayNamespaceData>
type RelayNamespaceData = class
inherit TrackedResourceData
Public Class RelayNamespaceData
Inherits TrackedResourceData
Implements IJsonModel(Of RelayNamespaceData), IPersistableModel(Of RelayNamespaceData)
Public Class RelayNamespaceData
Inherits TrackedResourceData
- Inheritance
- Implements
Constructors
RelayNamespaceData(AzureLocation) |
Initializes a new instance of RelayNamespaceData. |
Properties
CreatedOn |
The time the namespace was created. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
Location |
The geo-location where the resource lives. (Inherited from TrackedResourceData) |
MetricId |
Identifier for Azure Insights metrics. |
Name |
The name of the resource. (Inherited from ResourceData) |
PrivateEndpointConnections |
List of private endpoint connections. |
ProvisioningState |
Provisioning state of the Namespace. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
ServiceBusEndpoint |
Endpoint you can use to perform Service Bus operations. |
Sku |
SKU of the namespace. |
Status |
Status of the Namespace. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Tags |
Resource tags. (Inherited from TrackedResourceData) |
UpdatedOn |
The time the namespace was updated. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<RelayNamespaceData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<RelayNamespaceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<RelayNamespaceData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<RelayNamespaceData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<RelayNamespaceData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET