DefenderForServersGcpOfferingSubPlan 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.
configuration for the servers offering subPlan
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.DefenderForServersGcpOfferingSubPlanTypeConverter))]
public class DefenderForServersGcpOfferingSubPlan : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IDefenderForServersGcpOfferingSubPlan
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.DefenderForServersGcpOfferingSubPlanTypeConverter))>]
type DefenderForServersGcpOfferingSubPlan = class
interface IDefenderForServersGcpOfferingSubPlan
interface IJsonSerializable
Public Class DefenderForServersGcpOfferingSubPlan
Implements IDefenderForServersGcpOfferingSubPlan
- Inheritance
-
DefenderForServersGcpOfferingSubPlan
- Attributes
- Implements
Constructors
DefenderForServersGcpOfferingSubPlan() |
Creates an new DefenderForServersGcpOfferingSubPlan instance. |
Properties
Type |
The available sub plans |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DefenderForServersGcpOfferingSubPlan. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DefenderForServersGcpOfferingSubPlan. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IDefenderForServersGcpOfferingSubPlan. |
FromJsonString(String) |
Creates a new instance of DefenderForServersGcpOfferingSubPlan, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DefenderForServersGcpOfferingSubPlan into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |