GuestAgent 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.
Defines the GuestAgent.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.GuestAgentTypeConverter))]
public class GuestAgent : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IGuestAgent, Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.GuestAgentTypeConverter))>]
type GuestAgent = class
interface IGuestAgent
interface IJsonSerializable
interface IProxyResource
interface IResource
interface IValidates
Public Class GuestAgent
Implements IGuestAgent, IValidates
- Inheritance
-
GuestAgent
- Attributes
- Implements
Constructors
GuestAgent() |
Creates an new GuestAgent instance. |
Properties
CredentialsPassword |
Gets or sets the password to connect with the guest. |
CredentialsUsername |
Gets or sets username to connect with the guest. |
CustomResourceName |
Gets the name of the corresponding resource in Kubernetes. |
HttpProxyConfigHttpsProxy |
Gets or sets httpsProxy url. |
Id |
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" |
Name |
The name of the resource |
PrivateLinkScopeResourceId |
The resource id of the private link scope this machine is assigned to, if any. |
ProvisioningAction |
Gets or sets the guest agent provisioning action. |
ProvisioningState |
Gets the provisioning state. |
ResourceGroupName |
Gets the resource group name |
Status |
Gets or sets the guest agent status. |
Statuses |
The resource status information. |
SystemDataCreatedAt |
The timestamp of resource creation (UTC). |
SystemDataCreatedBy |
The identity that created the resource. |
SystemDataCreatedByType |
The type of identity that created the resource. |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) |
SystemDataLastModifiedBy |
The identity that last modified the resource. |
SystemDataLastModifiedByType |
The type of identity that last modified the resource. |
Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Uuid |
Gets or sets a unique identifier for this resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of GuestAgent. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of GuestAgent. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IGuestAgent. |
FromJsonString(String) |
Creates a new instance of GuestAgent, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of GuestAgent into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |