ArmContainerInstanceModelFactory.CachedImages(String, String) Method
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.
Initializes a new instance of CachedImages.
public static Azure.ResourceManager.ContainerInstance.Models.CachedImages CachedImages (string osType = default, string image = default);
static member CachedImages : string * string -> Azure.ResourceManager.ContainerInstance.Models.CachedImages
Public Shared Function CachedImages (Optional osType As String = Nothing, Optional image As String = Nothing) As CachedImages
Parameters
- osType
- String
The OS type of the cached image.
- image
- String
The cached image name.
Returns
A new CachedImages instance for mocking.
Exceptions
osType
or image
is null.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET