azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

209 строки
17 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate"
name: "MachineExtensionUpdate"
nameWithType: "MachineExtensionUpdate"
summary: "Describes a Machine Extension Update."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.UpdateResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.UpdateResource?alt=com.microsoft.azure.management.hybridcompute.v2020_08_02.UpdateResource&text=UpdateResource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.UpdateResource.tags()?alt=com.microsoft.azure.management.hybridcompute.v2020_08_02.UpdateResource.tags&text=tags\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.UpdateResource.withTags(java.util.Map<java.lang.String,java.lang.String>)?alt=com.microsoft.azure.management.hybridcompute.v2020_08_02.UpdateResource.withTags&text=withTags\" data-throw-if-not-resolved=\"False\" />"
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **MachineExtensionUpdate**</br> extends <xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.UpdateResource?alt=com.microsoft.azure.management.hybridcompute.v2020_08_02.UpdateResource&text=UpdateResource\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate.MachineExtensionUpdate()"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate.MachineExtensionUpdate()"
name: "MachineExtensionUpdate()"
nameWithType: "MachineExtensionUpdate.MachineExtensionUpdate()"
syntax: "public MachineExtensionUpdate()"
methods:
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate.autoUpgradeMinorVersion()"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate.autoUpgradeMinorVersion()"
name: "autoUpgradeMinorVersion()"
nameWithType: "MachineExtensionUpdate.autoUpgradeMinorVersion()"
summary: "Get indicates whether the extension should use a newer minor version if one is available at deployment time."
syntax: "public Boolean autoUpgradeMinorVersion()"
desc: "Get indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true."
returns:
description: "the autoUpgradeMinorVersion value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate.forceUpdateTag()"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate.forceUpdateTag()"
name: "forceUpdateTag()"
nameWithType: "MachineExtensionUpdate.forceUpdateTag()"
summary: "Get how the extension handler should be forced to update even if the extension configuration has not changed."
syntax: "public String forceUpdateTag()"
desc: "Get how the extension handler should be forced to update even if the extension configuration has not changed."
returns:
description: "the forceUpdateTag value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate.protectedSettings()"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate.protectedSettings()"
name: "protectedSettings()"
nameWithType: "MachineExtensionUpdate.protectedSettings()"
summary: "Get the extension can contain either protected<wbr>Settings or protected<wbr>Settings<wbr>From<wbr>Key<wbr>Vault or no protected settings at all."
syntax: "public Object protectedSettings()"
desc: "Get the extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all."
returns:
description: "the protectedSettings value"
type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate.publisher()"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate.publisher()"
name: "publisher()"
nameWithType: "MachineExtensionUpdate.publisher()"
summary: "Get the name of the extension handler publisher."
syntax: "public String publisher()"
desc: "Get the name of the extension handler publisher."
returns:
description: "the publisher value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate.settings()"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate.settings()"
name: "settings()"
nameWithType: "MachineExtensionUpdate.settings()"
summary: "Get json formatted public settings for the extension."
syntax: "public Object settings()"
desc: "Get json formatted public settings for the extension."
returns:
description: "the settings value"
type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate.type()"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate.type()"
name: "type()"
nameWithType: "MachineExtensionUpdate.type()"
summary: "Get specifies the type of the extension; an example is \"Custom<wbr>Script<wbr>Extension\"."
syntax: "public String type()"
desc: "Get specifies the type of the extension; an example is \"CustomScriptExtension\"."
returns:
description: "the type value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate.typeHandlerVersion()"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate.typeHandlerVersion()"
name: "typeHandlerVersion()"
nameWithType: "MachineExtensionUpdate.typeHandlerVersion()"
summary: "Get specifies the version of the script handler."
syntax: "public String typeHandlerVersion()"
desc: "Get specifies the version of the script handler."
returns:
description: "the typeHandlerVersion value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate.withAutoUpgradeMinorVersion(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate.withAutoUpgradeMinorVersion(Boolean autoUpgradeMinorVersion)"
name: "withAutoUpgradeMinorVersion(Boolean autoUpgradeMinorVersion)"
nameWithType: "MachineExtensionUpdate.withAutoUpgradeMinorVersion(Boolean autoUpgradeMinorVersion)"
summary: "Set indicates whether the extension should use a newer minor version if one is available at deployment time."
parameters:
- description: "the autoUpgradeMinorVersion value to set"
name: "autoUpgradeMinorVersion"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MachineExtensionUpdate withAutoUpgradeMinorVersion(Boolean autoUpgradeMinorVersion)"
desc: "Set indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true."
returns:
description: "the MachineExtensionUpdate object itself."
type: "<xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate?alt=com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate&text=MachineExtensionUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate.withForceUpdateTag(java.lang.String)"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate.withForceUpdateTag(String forceUpdateTag)"
name: "withForceUpdateTag(String forceUpdateTag)"
nameWithType: "MachineExtensionUpdate.withForceUpdateTag(String forceUpdateTag)"
summary: "Set how the extension handler should be forced to update even if the extension configuration has not changed."
parameters:
- description: "the forceUpdateTag value to set"
name: "forceUpdateTag"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MachineExtensionUpdate withForceUpdateTag(String forceUpdateTag)"
desc: "Set how the extension handler should be forced to update even if the extension configuration has not changed."
returns:
description: "the MachineExtensionUpdate object itself."
type: "<xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate?alt=com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate&text=MachineExtensionUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate.withProtectedSettings(java.lang.Object)"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate.withProtectedSettings(Object protectedSettings)"
name: "withProtectedSettings(Object protectedSettings)"
nameWithType: "MachineExtensionUpdate.withProtectedSettings(Object protectedSettings)"
summary: "Set the extension can contain either protected<wbr>Settings or protected<wbr>Settings<wbr>From<wbr>Key<wbr>Vault or no protected settings at all."
parameters:
- description: "the protectedSettings value to set"
name: "protectedSettings"
type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MachineExtensionUpdate withProtectedSettings(Object protectedSettings)"
desc: "Set the extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all."
returns:
description: "the MachineExtensionUpdate object itself."
type: "<xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate?alt=com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate&text=MachineExtensionUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate.withPublisher(java.lang.String)"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate.withPublisher(String publisher)"
name: "withPublisher(String publisher)"
nameWithType: "MachineExtensionUpdate.withPublisher(String publisher)"
summary: "Set the name of the extension handler publisher."
parameters:
- description: "the publisher value to set"
name: "publisher"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MachineExtensionUpdate withPublisher(String publisher)"
desc: "Set the name of the extension handler publisher."
returns:
description: "the MachineExtensionUpdate object itself."
type: "<xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate?alt=com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate&text=MachineExtensionUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate.withSettings(java.lang.Object)"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate.withSettings(Object settings)"
name: "withSettings(Object settings)"
nameWithType: "MachineExtensionUpdate.withSettings(Object settings)"
summary: "Set json formatted public settings for the extension."
parameters:
- description: "the settings value to set"
name: "settings"
type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MachineExtensionUpdate withSettings(Object settings)"
desc: "Set json formatted public settings for the extension."
returns:
description: "the MachineExtensionUpdate object itself."
type: "<xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate?alt=com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate&text=MachineExtensionUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate.withType(java.lang.String)"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate.withType(String type)"
name: "withType(String type)"
nameWithType: "MachineExtensionUpdate.withType(String type)"
summary: "Set specifies the type of the extension; an example is \"Custom<wbr>Script<wbr>Extension\"."
parameters:
- description: "the type value to set"
name: "type"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MachineExtensionUpdate withType(String type)"
desc: "Set specifies the type of the extension; an example is \"CustomScriptExtension\"."
returns:
description: "the MachineExtensionUpdate object itself."
type: "<xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate?alt=com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate&text=MachineExtensionUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate.withTypeHandlerVersion(java.lang.String)"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate.withTypeHandlerVersion(String typeHandlerVersion)"
name: "withTypeHandlerVersion(String typeHandlerVersion)"
nameWithType: "MachineExtensionUpdate.withTypeHandlerVersion(String typeHandlerVersion)"
summary: "Set specifies the version of the script handler."
parameters:
- description: "the typeHandlerVersion value to set"
name: "typeHandlerVersion"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MachineExtensionUpdate withTypeHandlerVersion(String typeHandlerVersion)"
desc: "Set specifies the version of the script handler."
returns:
description: "the MachineExtensionUpdate object itself."
type: "<xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate?alt=com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionUpdate&text=MachineExtensionUpdate\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Describes a Machine Extension Update."
metadata: {}
package: "com.microsoft.azure.management.hybridcompute.v2020_08_02"
artifact: com.microsoft.azure.hybridcompute.v2020_08_02:azure-mgmt-hybridcompute:1.0.0-beta