ApplicationGroupPolicy 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.
Properties of the Application Group policy
[Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.ApplicationGroupPolicyTypeConverter))]
public class ApplicationGroupPolicy : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.IApplicationGroupPolicy
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.ApplicationGroupPolicyTypeConverter))>]
type ApplicationGroupPolicy = class
interface IApplicationGroupPolicy
interface IJsonSerializable
Public Class ApplicationGroupPolicy
Implements IApplicationGroupPolicy
- Inheritance
-
ApplicationGroupPolicy
- Attributes
- Implements
Constructors
ApplicationGroupPolicy() |
Creates an new ApplicationGroupPolicy instance. |
Properties
Name |
The Name of this policy |
Type |
Application Group Policy types |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ApplicationGroupPolicy. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ApplicationGroupPolicy. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.IApplicationGroupPolicy. Note: the Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.IApplicationGroupPolicy interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload. |
FromJsonString(String) |
Creates a new instance of ApplicationGroupPolicy, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ApplicationGroupPolicy into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |