次の方法で共有


RoleEligibilityScheduleInstanceListResult Class

Definition

Role eligibility schedule instance list operation result.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.RoleEligibilityScheduleInstanceListResultTypeConverter))]
public class RoleEligibilityScheduleInstanceListResult : Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleEligibilityScheduleInstanceListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.RoleEligibilityScheduleInstanceListResultTypeConverter))>]
type RoleEligibilityScheduleInstanceListResult = class
    interface IRoleEligibilityScheduleInstanceListResult
    interface IJsonSerializable
Public Class RoleEligibilityScheduleInstanceListResult
Implements IRoleEligibilityScheduleInstanceListResult
Inheritance
RoleEligibilityScheduleInstanceListResult
Attributes
Implements

Constructors

RoleEligibilityScheduleInstanceListResult()

Creates an new RoleEligibilityScheduleInstanceListResult instance.

Properties

NextLink

The URL to use for getting the next set of results.

Value

Role eligibility schedule instance list.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RoleEligibilityScheduleInstanceListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RoleEligibilityScheduleInstanceListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleEligibilityScheduleInstanceListResult.

FromJsonString(String)

Creates a new instance of RoleEligibilityScheduleInstanceListResult, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of RoleEligibilityScheduleInstanceListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to