SBNamespaceUpdateParameters Class

Description of a namespace resource.

Constructor

SBNamespaceUpdateParameters()

Variables

Name Description
id
str

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
str

The name of the resource.

type
str

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

system_data
<xref:<xref:"SystemData">>

Azure Resource Manager metadata containing createdBy and modifiedBy information.

location
str

Resource location.

tags

Resource tags.

sku
<xref:<xref:"SBSku">>

Properties of SKU.

properties
<xref:<xref:"SBNamespaceUpdateProperties">>

Properties of the namespace.

identity
<xref:<xref:"Identity">>

Properties of BYOK Identity description.

Attributes

identity

Properties of BYOK Identity description.

identity: Identity

properties

Properties of the namespace.

properties: SBNamespaceUpdateProperties

sku

Properties of SKU.

sku: SBSku

id

id: str

location

location: str

name

name: str

systemData

systemData: SystemData

tags

tags: dict[str, str]

type

type: str