RelayNamespacePatch Class

Definition

Description of a namespace resource.

public class RelayNamespacePatch : Azure.ResourceManager.Models.ResourceData
type RelayNamespacePatch = class
    inherit ResourceData
Public Class RelayNamespacePatch
Inherits ResourceData
Inheritance
RelayNamespacePatch

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.

Applies to