Share via


IContainerGroupProfileListResult Interface

Definition

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

Properties

Name Description
NextLink

The URI to fetch the next page of container group profiles.

Value

The list of container group profiles.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to