ClusterVMAccessProfile 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.
The SSH restricted access profile for the VMs in the provisioned cluster.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ClusterVMAccessProfileTypeConverter))]
public class ClusterVMAccessProfile : Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IClusterVMAccessProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ClusterVMAccessProfileTypeConverter))>]
type ClusterVMAccessProfile = class
interface IClusterVMAccessProfile
interface IJsonSerializable
Public Class ClusterVMAccessProfile
Implements IClusterVMAccessProfile
- Inheritance
-
ClusterVMAccessProfile
- Attributes
- Implements
Constructors
ClusterVMAccessProfile() |
Creates an new ClusterVMAccessProfile instance. |
Properties
AuthorizedIPRange |
IP Address or CIDR for SSH access to VMs in the provisioned cluster |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ClusterVMAccessProfile. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ClusterVMAccessProfile. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IClusterVMAccessProfile. |
FromJsonString(String) |
Creates a new instance of ClusterVMAccessProfile, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ClusterVMAccessProfile into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |