Share via


CachedImagesListResultInner Constructors

Definition

Overloads

CachedImagesListResultInner()

Initializes a new instance of the CachedImagesListResultInner class.

CachedImagesListResultInner(IList<CachedImages>, String)

Initializes a new instance of the CachedImagesListResultInner class.

CachedImagesListResultInner()

Initializes a new instance of the CachedImagesListResultInner class.

public CachedImagesListResultInner ();
Public Sub New ()

Applies to

CachedImagesListResultInner(IList<CachedImages>, String)

Initializes a new instance of the CachedImagesListResultInner class.

public CachedImagesListResultInner (System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerInstance.Fluent.Models.CachedImages> value = default, string nextLink = default);
new Microsoft.Azure.Management.ContainerInstance.Fluent.Models.CachedImagesListResultInner : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerInstance.Fluent.Models.CachedImages> * string -> Microsoft.Azure.Management.ContainerInstance.Fluent.Models.CachedImagesListResultInner
Public Sub New (Optional value As IList(Of CachedImages) = Nothing, Optional nextLink As String = Nothing)

Parameters

value
IList<CachedImages>

The list of cached images.

nextLink
String

The URI to fetch the next page of cached images.

Applies to