ContainerGroupProfileStub Class
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.
The object that contains a reference to a Container Group Profile and it's other related properties.
public class ContainerGroupProfileStub : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerInstance.Models.ContainerGroupProfileStub>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerInstance.Models.ContainerGroupProfileStub>
type ContainerGroupProfileStub = class
interface IJsonModel<ContainerGroupProfileStub>
interface IPersistableModel<ContainerGroupProfileStub>
Public Class ContainerGroupProfileStub
Implements IJsonModel(Of ContainerGroupProfileStub), IPersistableModel(Of ContainerGroupProfileStub)
- Inheritance
-
ContainerGroupProfileStub
- Implements
Constructors
ContainerGroupProfileStub() |
Initializes a new instance of ContainerGroupProfileStub. |
Properties
ContainerGroupProperties |
Container Group properties which can be set while creating or updating the NGroups. |
NetworkProfile |
A network profile for network settings of a ContainerGroupProfile. |
ResourceId |
Gets or sets Id. |
Revision |
The revision of the CG profile is an optional property. If customer does not to provide a revision then NGroups will pickup the latest revision of CGProfile. |
StorageFileShares |
Gets the storage file shares. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ContainerGroupProfileStub>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ContainerGroupProfileStub>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ContainerGroupProfileStub>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ContainerGroupProfileStub>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ContainerGroupProfileStub>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |