AccessControlListsListResult 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.
List of Access Control Lists.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.AccessControlListsListResultTypeConverter))]
public class AccessControlListsListResult : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IAccessControlListsListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.AccessControlListsListResultTypeConverter))>]
type AccessControlListsListResult = class
interface IAccessControlListsListResult
interface IJsonSerializable
Public Class AccessControlListsListResult
Implements IAccessControlListsListResult
- Inheritance
-
AccessControlListsListResult
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AccessControlListsListResult() |
Creates an new AccessControlListsListResult instance. |
Properties
| Name | Description |
|---|---|
| NextLink |
Url to follow for getting next page of resources. |
| Value |
List of Access Control List resources. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AccessControlListsListResult. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AccessControlListsListResult. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IAccessControlListsListResult. |
| FromJsonString(String) |
Creates a new instance of AccessControlListsListResult, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AccessControlListsListResult into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |