NetworkDeviceSkusOperations interface
Interface representing a NetworkDeviceSkus operations.
Properties
| get | Get a Network Device SKU details. |
| list |
List Network Device SKUs for the given subscription. |
Property Details
get
Get a Network Device SKU details.
get: (networkDeviceSkuName: string, options?: NetworkDeviceSkusGetOptionalParams) => Promise<NetworkDeviceSku>
Property Value
(networkDeviceSkuName: string, options?: NetworkDeviceSkusGetOptionalParams) => Promise<NetworkDeviceSku>
listBySubscription
List Network Device SKUs for the given subscription.
listBySubscription: (options?: NetworkDeviceSkusListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkDeviceSku, NetworkDeviceSku[], PageSettings>
Property Value
(options?: NetworkDeviceSkusListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkDeviceSku, NetworkDeviceSku[], PageSettings>