CachedImagesListResultInner Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET