RoleManagementPolicyListResult 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.
Role management policy list operation result.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.RoleManagementPolicyListResultTypeConverter))]
public class RoleManagementPolicyListResult : Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.RoleManagementPolicyListResultTypeConverter))>]
type RoleManagementPolicyListResult = class
interface IRoleManagementPolicyListResult
interface IJsonSerializable
Public Class RoleManagementPolicyListResult
Implements IRoleManagementPolicyListResult
- Inheritance
-
RoleManagementPolicyListResult
- Attributes
- Implements
Constructors
RoleManagementPolicyListResult() |
Creates an new RoleManagementPolicyListResult instance. |
Properties
NextLink |
The URL to use for getting the next set of results. |
Value |
Role management policy list. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RoleManagementPolicyListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RoleManagementPolicyListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyListResult. |
FromJsonString(String) |
Creates a new instance of RoleManagementPolicyListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RoleManagementPolicyListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |