Поделиться через


RelayNamespacePatch Class

Definition

Description of a namespace resource.

public class RelayNamespacePatch : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Relay.Models.RelayNamespacePatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Relay.Models.RelayNamespacePatch>
public class RelayNamespacePatch : Azure.ResourceManager.Models.ResourceData
type RelayNamespacePatch = class
    inherit ResourceData
    interface IJsonModel<RelayNamespacePatch>
    interface IPersistableModel<RelayNamespacePatch>
type RelayNamespacePatch = class
    inherit ResourceData
Public Class RelayNamespacePatch
Inherits ResourceData
Implements IJsonModel(Of RelayNamespacePatch), IPersistableModel(Of RelayNamespacePatch)
Public Class RelayNamespacePatch
Inherits ResourceData
Inheritance
RelayNamespacePatch
Implements

Constructors

RelayNamespacePatch()

Initializes a new instance of RelayNamespacePatch.

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)
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.

PublicNetworkAccess

This determines if traffic is allowed over public network. By default it is enabled. DO NOT USE PublicNetworkAccess on Namespace API. Please use the NetworkRuleSet API to enable or disable PublicNetworkAccess.

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.

UpdatedOn

The time the namespace was updated.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<RelayNamespacePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RelayNamespacePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RelayNamespacePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RelayNamespacePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RelayNamespacePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to