InGuestPatchMode Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Define valores para InGuestPatchMode.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Compute.Fluent.Models.InGuestPatchMode>))]
public class InGuestPatchMode : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Compute.Fluent.Models.InGuestPatchMode>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Compute.Fluent.Models.InGuestPatchMode>))>]
type InGuestPatchMode = class
inherit ExpandableStringEnum<InGuestPatchMode>
Public Class InGuestPatchMode
Inherits ExpandableStringEnum(Of InGuestPatchMode)
- Herança
- Atributos
-
Newtonsoft.Json.JsonConverterAttribute
Construtores
InGuestPatchMode() |
Define valores para InGuestPatchMode. |
Campos
AutomaticByOS |
Define valores para InGuestPatchMode. |
AutomaticByPlatform |
Define valores para InGuestPatchMode. |
Manual |
Define valores para InGuestPatchMode. |
Propriedades
Value |
Define valores para InGuestPatchMode. (Herdado de ExpandableStringEnum<T>) |
Métodos
Equals(Object) |
Define valores para InGuestPatchMode. (Herdado de ExpandableStringEnum<T>) |
Equals(String) |
Define valores para InGuestPatchMode. (Herdado de ExpandableStringEnum<T>) |
GetHashCode() |
Define valores para InGuestPatchMode. (Herdado de ExpandableStringEnum<T>) |
ToString() |
Define valores para InGuestPatchMode. (Herdado de ExpandableStringEnum<T>) |
Aplica-se a
Azure SDK for .NET