ActivationProperties 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 activation properties of the connected registry.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ActivationPropertiesTypeConverter))]
public class ActivationProperties : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IActivationProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ActivationPropertiesTypeConverter))>]
type ActivationProperties = class
interface IActivationProperties
interface IJsonSerializable
Public Class ActivationProperties
Implements IActivationProperties
- Inheritance
-
ActivationProperties
- Attributes
- Implements
Constructors
ActivationProperties() |
Creates an new ActivationProperties instance. |
Properties
Status |
The activation status of the connected registry. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ActivationProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ActivationProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IActivationProperties. |
FromJsonString(String) |
Creates a new instance of ActivationProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ActivationProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |