HybridComputePrivateLinkScopeListResult 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.
Describes the list of Azure Arc PrivateLinkScope resources.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.HybridComputePrivateLinkScopeListResultTypeConverter))]
public class HybridComputePrivateLinkScopeListResult : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScopeListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.HybridComputePrivateLinkScopeListResultTypeConverter))>]
type HybridComputePrivateLinkScopeListResult = class
interface IHybridComputePrivateLinkScopeListResult
interface IJsonSerializable
Public Class HybridComputePrivateLinkScopeListResult
Implements IHybridComputePrivateLinkScopeListResult
- Inheritance
-
HybridComputePrivateLinkScopeListResult
- Attributes
- Implements
Constructors
HybridComputePrivateLinkScopeListResult() |
Creates an new HybridComputePrivateLinkScopeListResult instance. |
Properties
NextLink |
The URI to get the next set of Azure Arc PrivateLinkScope definitions if too many PrivateLinkScopes where returned in the result set. |
Value |
List of Azure Arc PrivateLinkScope definitions. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of HybridComputePrivateLinkScopeListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of HybridComputePrivateLinkScopeListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScopeListResult. |
FromJsonString(String) |
Creates a new instance of HybridComputePrivateLinkScopeListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of HybridComputePrivateLinkScopeListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |