AssociatedResourcesListResult 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.
Azure resources returned by the resource action to get a list of assigned resources.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Models.Api20220131Preview.AssociatedResourcesListResultTypeConverter))]
public class AssociatedResourcesListResult : Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Models.Api20220131Preview.IAssociatedResourcesListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Models.Api20220131Preview.AssociatedResourcesListResultTypeConverter))>]
type AssociatedResourcesListResult = class
interface IAssociatedResourcesListResult
interface IJsonSerializable
Public Class AssociatedResourcesListResult
Implements IAssociatedResourcesListResult
- Inheritance
-
AssociatedResourcesListResult
- Attributes
- Implements
Constructors
AssociatedResourcesListResult() |
Creates an new AssociatedResourcesListResult instance. |
Properties
NextLink |
The url to get the next page of results, if any. |
TotalCount |
Total number of Azure resources assigned to the identity. |
Value |
The collection of Azure resources returned by the resource action to get a list of assigned resources. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AssociatedResourcesListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AssociatedResourcesListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Models.Api20220131Preview.IAssociatedResourcesListResult. |
FromJsonString(String) |
Creates a new instance of AssociatedResourcesListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AssociatedResourcesListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |