你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

INamespaceSku Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NamespaceSkuTypeConverter))]
public interface INamespaceSku : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NamespaceSkuTypeConverter))>]
type INamespaceSku = interface
    interface IJsonSerializable
Public Interface INamespaceSku
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Capacity

Specifies the number of Throughput Units that defines the capacity for the namespace. The property default value is 1 which signifies 1 Throughput Unit = 1MB/s ingress and 2MB/s egress per namespace. Min capacity is 1 and max allowed capacity is 20.

Name

The name of the SKU.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to