azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

87 строки
7.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.compute.models.VirtualMachineExtension.DefinitionStages.WithSettings"
fullName: "com.azure.resourcemanager.compute.models.VirtualMachineExtension.DefinitionStages.WithSettings<ParentT>"
name: "VirtualMachineExtension.DefinitionStages.WithSettings<ParentT>"
nameWithType: "VirtualMachineExtension.DefinitionStages.WithSettings<ParentT>"
summary: "The stage of the virtual machine extension definition allowing to specify the public and private settings."
syntax: "public static interface **VirtualMachineExtension.DefinitionStages.WithSettings<ParentT>**"
methods:
- uid: "com.azure.resourcemanager.compute.models.VirtualMachineExtension.DefinitionStages.WithSettings.withProtectedSetting(java.lang.String,java.lang.Object)"
fullName: "com.azure.resourcemanager.compute.models.VirtualMachineExtension.DefinitionStages.WithSettings<ParentT>.withProtectedSetting(String key, Object value)"
name: "withProtectedSetting(String key, Object value)"
nameWithType: "VirtualMachineExtension.DefinitionStages.WithSettings<ParentT>.withProtectedSetting(String key, Object value)"
summary: "Specifies a private settings entry."
modifiers:
- "abstract"
parameters:
- description: "the key of a private settings entry"
name: "key"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the value of the private settings entry"
name: "value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
syntax: "public abstract VirtualMachineExtension.DefinitionStages.WithAttach<ParentT> withProtectedSetting(String key, Object value)"
desc: "Specifies a private settings entry."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.azure.resourcemanager.compute.models.VirtualMachineExtension.DefinitionStages.WithAttach?alt=com.azure.resourcemanager.compute.models.VirtualMachineExtension.DefinitionStages.WithAttach&text=WithAttach\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.compute.models.VirtualMachineExtension.DefinitionStages.WithSettings.withProtectedSettings(java.util.HashMap<java.lang.String,java.lang.Object>)"
fullName: "com.azure.resourcemanager.compute.models.VirtualMachineExtension.DefinitionStages.WithSettings<ParentT>.withProtectedSettings(HashMap<String,Object> settings)"
name: "withProtectedSettings(HashMap<String,Object> settings)"
nameWithType: "VirtualMachineExtension.DefinitionStages.WithSettings<ParentT>.withProtectedSettings(HashMap<String,Object> settings)"
summary: "Specifies private settings."
modifiers:
- "abstract"
parameters:
- description: "the private settings"
name: "settings"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/HashMap.html\">HashMap</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>&gt;"
syntax: "public abstract VirtualMachineExtension.DefinitionStages.WithAttach<ParentT> withProtectedSettings(HashMap<String,Object> settings)"
desc: "Specifies private settings."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.azure.resourcemanager.compute.models.VirtualMachineExtension.DefinitionStages.WithAttach?alt=com.azure.resourcemanager.compute.models.VirtualMachineExtension.DefinitionStages.WithAttach&text=WithAttach\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.compute.models.VirtualMachineExtension.DefinitionStages.WithSettings.withPublicSetting(java.lang.String,java.lang.Object)"
fullName: "com.azure.resourcemanager.compute.models.VirtualMachineExtension.DefinitionStages.WithSettings<ParentT>.withPublicSetting(String key, Object value)"
name: "withPublicSetting(String key, Object value)"
nameWithType: "VirtualMachineExtension.DefinitionStages.WithSettings<ParentT>.withPublicSetting(String key, Object value)"
summary: "Specifies a public settings entry."
modifiers:
- "abstract"
parameters:
- description: "the key of a public settings entry"
name: "key"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the value of the public settings entry"
name: "value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
syntax: "public abstract VirtualMachineExtension.DefinitionStages.WithAttach<ParentT> withPublicSetting(String key, Object value)"
desc: "Specifies a public settings entry."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.azure.resourcemanager.compute.models.VirtualMachineExtension.DefinitionStages.WithAttach?alt=com.azure.resourcemanager.compute.models.VirtualMachineExtension.DefinitionStages.WithAttach&text=WithAttach\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.compute.models.VirtualMachineExtension.DefinitionStages.WithSettings.withPublicSettings(java.util.HashMap<java.lang.String,java.lang.Object>)"
fullName: "com.azure.resourcemanager.compute.models.VirtualMachineExtension.DefinitionStages.WithSettings<ParentT>.withPublicSettings(HashMap<String,Object> settings)"
name: "withPublicSettings(HashMap<String,Object> settings)"
nameWithType: "VirtualMachineExtension.DefinitionStages.WithSettings<ParentT>.withPublicSettings(HashMap<String,Object> settings)"
summary: "Specifies public settings."
modifiers:
- "abstract"
parameters:
- description: "the public settings"
name: "settings"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/HashMap.html\">HashMap</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>&gt;"
syntax: "public abstract VirtualMachineExtension.DefinitionStages.WithAttach<ParentT> withPublicSettings(HashMap<String,Object> settings)"
desc: "Specifies public settings."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.azure.resourcemanager.compute.models.VirtualMachineExtension.DefinitionStages.WithAttach?alt=com.azure.resourcemanager.compute.models.VirtualMachineExtension.DefinitionStages.WithAttach&text=WithAttach\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
typeParameters:
- description: "the stage of the parent definition to return to after attaching this definition"
name: "ParentT"
desc: "The stage of the virtual machine extension definition allowing to specify the public and private settings."
metadata: {}
package: "com.azure.resourcemanager.compute.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-compute:2.42.0