MicrosoftGraphGroupLifecyclePolicy 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.
groupLifecyclePolicy
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphGroupLifecyclePolicyTypeConverter))]
public class MicrosoftGraphGroupLifecyclePolicy : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroupLifecyclePolicy, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IAssociativeArray<object>, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphGroupLifecyclePolicyTypeConverter))>]
type MicrosoftGraphGroupLifecyclePolicy = class
interface IMicrosoftGraphGroupLifecyclePolicy
interface IJsonSerializable
interface IMicrosoftGraphEntityAutoGenerated
interface IAssociativeArray<obj>
interface IValidates
Public Class MicrosoftGraphGroupLifecyclePolicy
Implements IAssociativeArray(Of Object), IMicrosoftGraphGroupLifecyclePolicy, IValidates
- Inheritance
-
MicrosoftGraphGroupLifecyclePolicy
- Attributes
- Implements
Constructors
MicrosoftGraphGroupLifecyclePolicy() |
Creates an new MicrosoftGraphGroupLifecyclePolicy instance. |
Fields
__additionalProperties |
Properties
AlternateNotificationEmail |
List of email address to send notifications for groups without owners. Multiple email address can be defined by separating email address with a semicolon. |
GroupLifetimeInDay |
Number of days before a group expires and needs to be renewed. Once renewed, the group expiration is extended by the number of days defined. |
Id |
Read-only. |
Item[String] | |
ManagedGroupType |
The group type for which the expiration policy applies. Possible values are All, Selected or None. |
Methods
Add(String, Object) | |
Clear() | |
ContainsKey(String) | |
CopyFrom(IDictionary) | |
CopyFrom(PSObject) | |
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MicrosoftGraphGroupLifecyclePolicy. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MicrosoftGraphGroupLifecyclePolicy. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroupLifecyclePolicy. |
FromJsonString(String) |
Creates a new instance of MicrosoftGraphGroupLifecyclePolicy, deserializing the content from a json string. |
Remove(String) | |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MicrosoftGraphGroupLifecyclePolicy into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
TryGetValue(String, Object) | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |
Operators
Implicit(MicrosoftGraphGroupLifecyclePolicy to Dictionary<String,Object>) |
Explicit Interface Implementations
IAssociativeArray<Object>.AdditionalProperties |