共用方式為


RoleEligibilityScheduleListResult Class

Definition

role eligibility schedule list operation result.

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

Constructors

RoleEligibilityScheduleListResult()

Creates an new RoleEligibilityScheduleListResult instance.

Properties

NextLink

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

Value

role eligibility schedule list.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RoleEligibilityScheduleListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RoleEligibilityScheduleListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RoleEligibilityScheduleListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to