Azure.ResourceManager.ContainerServicePreparedImgSpec Namespace
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.
Classes
| Name | Description |
|---|---|
| AzureResourceManagerContainerServicePreparedImgSpecContext |
Context class which will be filled in by the System.ClientModel.SourceGeneration. For more information https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/System.ClientModel/src/docs/ModelReaderWriterContext.md |
| ContainerServicePreparedImgSpecExtensions |
A class to add extension methods to Azure.ResourceManager.ContainerServicePreparedImgSpec. |
| PreparedImageSpecificationCollection |
A class representing a collection of PreparedImageSpecificationResource and their operations. Each PreparedImageSpecificationResource in the collection will belong to the same instance of ResourceGroupResource. To get a PreparedImageSpecificationCollection instance call the GetPreparedImageSpecifications method from an instance of ResourceGroupResource. |
| PreparedImageSpecificationData |
The Prepared Image Specification resource. |
| PreparedImageSpecificationResource |
A class representing a PreparedImageSpecification along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a PreparedImageSpecificationResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource ResourceGroupResource using the GetPreparedImageSpecifications method. |
| PreparedImageSpecificationVersionCollection |
A class representing a collection of PreparedImageSpecificationVersionResource and their operations. Each PreparedImageSpecificationVersionResource in the collection will belong to the same instance of PreparedImageSpecificationResource. To get a PreparedImageSpecificationVersionCollection instance call the GetPreparedImageSpecificationVersions method from an instance of PreparedImageSpecificationResource. |
| PreparedImageSpecificationVersionData |
A version of the Prepared Image Specification resource. |
| PreparedImageSpecificationVersionResource |
A class representing a PreparedImageSpecificationVersion along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a PreparedImageSpecificationVersionResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource PreparedImageSpecificationResource using the GetPreparedImageSpecificationVersions method. |