AccessPolicyCreateOrUpdateParameters 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.AccessPolicyCreateOrUpdateParametersTypeConverter))]
public class AccessPolicyCreateOrUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IAccessPolicyCreateOrUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.AccessPolicyCreateOrUpdateParametersTypeConverter))>]
type AccessPolicyCreateOrUpdateParameters = class
interface IAccessPolicyCreateOrUpdateParameters
interface IJsonSerializable
Public Class AccessPolicyCreateOrUpdateParameters
Implements IAccessPolicyCreateOrUpdateParameters
- Inheritance
-
AccessPolicyCreateOrUpdateParameters
- Attributes
- Implements
Constructors
AccessPolicyCreateOrUpdateParameters() |
Creates an new AccessPolicyCreateOrUpdateParameters instance. |
Properties
Description |
An description of the access policy. |
PrincipalObjectId |
The objectId of the principal in Azure Active Directory. |
Role |
The list of roles the principal is assigned on the environment. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AccessPolicyCreateOrUpdateParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AccessPolicyCreateOrUpdateParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IAccessPolicyCreateOrUpdateParameters. |
FromJsonString(String) |
Creates a new instance of AccessPolicyCreateOrUpdateParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AccessPolicyCreateOrUpdateParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |