次の方法で共有


ISkuList Interface

Definition

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

Properties

NextLink

The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use.

Value

The list of skus available for the resource.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to