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

238 строки
20 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel"
name: "MachineExtensionPropertiesModel"
nameWithType: "MachineExtensionPropertiesModel"
summary: "Describes the properties of a Machine Extension."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- 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 **MachineExtensionPropertiesModel**"
constructors:
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel.MachineExtensionPropertiesModel()"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel.MachineExtensionPropertiesModel()"
name: "MachineExtensionPropertiesModel()"
nameWithType: "MachineExtensionPropertiesModel.MachineExtensionPropertiesModel()"
syntax: "public MachineExtensionPropertiesModel()"
methods:
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel.autoUpgradeMinorVersion()"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel.autoUpgradeMinorVersion()"
name: "autoUpgradeMinorVersion()"
nameWithType: "MachineExtensionPropertiesModel.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.MachineExtensionPropertiesModel.forceUpdateTag()"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel.forceUpdateTag()"
name: "forceUpdateTag()"
nameWithType: "MachineExtensionPropertiesModel.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.MachineExtensionPropertiesModel.instanceView()"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel.instanceView()"
name: "instanceView()"
nameWithType: "MachineExtensionPropertiesModel.instanceView()"
summary: "Get the machine extension instance view."
syntax: "public MachineExtensionPropertiesInstanceView instanceView()"
desc: "Get the machine extension instance view."
returns:
description: "the instanceView value"
type: "<xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesInstanceView?alt=com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesInstanceView&text=MachineExtensionPropertiesInstanceView\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel.protectedSettings()"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel.protectedSettings()"
name: "protectedSettings()"
nameWithType: "MachineExtensionPropertiesModel.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.MachineExtensionPropertiesModel.provisioningState()"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel.provisioningState()"
name: "provisioningState()"
nameWithType: "MachineExtensionPropertiesModel.provisioningState()"
summary: "Get the provisioning state, which only appears in the response."
syntax: "public String provisioningState()"
desc: "Get the provisioning state, which only appears in the response."
returns:
description: "the provisioningState 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.MachineExtensionPropertiesModel.publisher()"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel.publisher()"
name: "publisher()"
nameWithType: "MachineExtensionPropertiesModel.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.MachineExtensionPropertiesModel.settings()"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel.settings()"
name: "settings()"
nameWithType: "MachineExtensionPropertiesModel.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.MachineExtensionPropertiesModel.type()"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel.type()"
name: "type()"
nameWithType: "MachineExtensionPropertiesModel.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.MachineExtensionPropertiesModel.typeHandlerVersion()"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel.typeHandlerVersion()"
name: "typeHandlerVersion()"
nameWithType: "MachineExtensionPropertiesModel.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.MachineExtensionPropertiesModel.withAutoUpgradeMinorVersion(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel.withAutoUpgradeMinorVersion(Boolean autoUpgradeMinorVersion)"
name: "withAutoUpgradeMinorVersion(Boolean autoUpgradeMinorVersion)"
nameWithType: "MachineExtensionPropertiesModel.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 MachineExtensionPropertiesModel 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 MachineExtensionPropertiesModel object itself."
type: "<xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel?alt=com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel&text=MachineExtensionPropertiesModel\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel.withForceUpdateTag(java.lang.String)"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel.withForceUpdateTag(String forceUpdateTag)"
name: "withForceUpdateTag(String forceUpdateTag)"
nameWithType: "MachineExtensionPropertiesModel.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 MachineExtensionPropertiesModel 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 MachineExtensionPropertiesModel object itself."
type: "<xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel?alt=com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel&text=MachineExtensionPropertiesModel\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel.withInstanceView(com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesInstanceView)"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel.withInstanceView(MachineExtensionPropertiesInstanceView instanceView)"
name: "withInstanceView(MachineExtensionPropertiesInstanceView instanceView)"
nameWithType: "MachineExtensionPropertiesModel.withInstanceView(MachineExtensionPropertiesInstanceView instanceView)"
summary: "Set the machine extension instance view."
parameters:
- description: "the instanceView value to set"
name: "instanceView"
type: "<xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesInstanceView?alt=com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesInstanceView&text=MachineExtensionPropertiesInstanceView\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MachineExtensionPropertiesModel withInstanceView(MachineExtensionPropertiesInstanceView instanceView)"
desc: "Set the machine extension instance view."
returns:
description: "the MachineExtensionPropertiesModel object itself."
type: "<xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel?alt=com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel&text=MachineExtensionPropertiesModel\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel.withProtectedSettings(java.lang.Object)"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel.withProtectedSettings(Object protectedSettings)"
name: "withProtectedSettings(Object protectedSettings)"
nameWithType: "MachineExtensionPropertiesModel.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 MachineExtensionPropertiesModel withProtectedSettings(Object protectedSettings)"
desc: "Set the extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all."
returns:
description: "the MachineExtensionPropertiesModel object itself."
type: "<xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel?alt=com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel&text=MachineExtensionPropertiesModel\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel.withPublisher(java.lang.String)"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel.withPublisher(String publisher)"
name: "withPublisher(String publisher)"
nameWithType: "MachineExtensionPropertiesModel.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 MachineExtensionPropertiesModel withPublisher(String publisher)"
desc: "Set the name of the extension handler publisher."
returns:
description: "the MachineExtensionPropertiesModel object itself."
type: "<xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel?alt=com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel&text=MachineExtensionPropertiesModel\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel.withSettings(java.lang.Object)"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel.withSettings(Object settings)"
name: "withSettings(Object settings)"
nameWithType: "MachineExtensionPropertiesModel.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 MachineExtensionPropertiesModel withSettings(Object settings)"
desc: "Set json formatted public settings for the extension."
returns:
description: "the MachineExtensionPropertiesModel object itself."
type: "<xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel?alt=com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel&text=MachineExtensionPropertiesModel\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel.withType(java.lang.String)"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel.withType(String type)"
name: "withType(String type)"
nameWithType: "MachineExtensionPropertiesModel.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 MachineExtensionPropertiesModel withType(String type)"
desc: "Set specifies the type of the extension; an example is \"CustomScriptExtension\"."
returns:
description: "the MachineExtensionPropertiesModel object itself."
type: "<xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel?alt=com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel&text=MachineExtensionPropertiesModel\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel.withTypeHandlerVersion(java.lang.String)"
fullName: "com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel.withTypeHandlerVersion(String typeHandlerVersion)"
name: "withTypeHandlerVersion(String typeHandlerVersion)"
nameWithType: "MachineExtensionPropertiesModel.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 MachineExtensionPropertiesModel withTypeHandlerVersion(String typeHandlerVersion)"
desc: "Set specifies the version of the script handler."
returns:
description: "the MachineExtensionPropertiesModel object itself."
type: "<xref href=\"com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel?alt=com.microsoft.azure.management.hybridcompute.v2020_08_02.MachineExtensionPropertiesModel&text=MachineExtensionPropertiesModel\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Describes the properties of a Machine Extension."
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