ClientGroup 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 Client group resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ClientGroupTypeConverter))]
public class ClientGroup : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClientGroup, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ClientGroupTypeConverter))>]
type ClientGroup = class
interface IClientGroup
interface IJsonSerializable
interface IResource
interface IValidates
Public Class ClientGroup
Implements IClientGroup, IValidates
- Inheritance
-
ClientGroup
- Attributes
- Implements
Constructors
ClientGroup() |
Creates an new ClientGroup instance. |
Properties
Description |
Description for the Client Group resource. |
Id |
Fully qualified identifier of the resource. |
Name |
Name of the resource. |
ProvisioningState |
Provisioning state of the ClientGroup resource. |
Query |
The grouping query for the clients. Example : attributes.keyName IN ['a', 'b', 'c']. |
ResourceGroupName |
Gets the resource group name |
SystemDataCreatedAt |
The timestamp of resource creation (UTC). |
SystemDataCreatedBy |
The identity that created the resource. |
SystemDataCreatedByType |
The type of identity that created the resource. |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) |
SystemDataLastModifiedBy |
The identity that last modified the resource. |
SystemDataLastModifiedByType |
The type of identity that last modified the resource. |
Type |
Type of the resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ClientGroup. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ClientGroup. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClientGroup. |
FromJsonString(String) |
Creates a new instance of ClientGroup, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ClientGroup into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |