Azure Native v1.102.0, May 2 23
Azure Native v1.102.0, May 2 23
azure-native.compute.getVirtualMachineScaleSetExtension
Explore with Pulumi AI
The operation to get the extension. API Version: 2021-03-01.
Using getVirtualMachineScaleSetExtension
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getVirtualMachineScaleSetExtension(args: GetVirtualMachineScaleSetExtensionArgs, opts?: InvokeOptions): Promise<GetVirtualMachineScaleSetExtensionResult>
function getVirtualMachineScaleSetExtensionOutput(args: GetVirtualMachineScaleSetExtensionOutputArgs, opts?: InvokeOptions): Output<GetVirtualMachineScaleSetExtensionResult>
def get_virtual_machine_scale_set_extension(expand: Optional[str] = None,
resource_group_name: Optional[str] = None,
vm_scale_set_name: Optional[str] = None,
vmss_extension_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVirtualMachineScaleSetExtensionResult
def get_virtual_machine_scale_set_extension_output(expand: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
vm_scale_set_name: Optional[pulumi.Input[str]] = None,
vmss_extension_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVirtualMachineScaleSetExtensionResult]
func LookupVirtualMachineScaleSetExtension(ctx *Context, args *LookupVirtualMachineScaleSetExtensionArgs, opts ...InvokeOption) (*LookupVirtualMachineScaleSetExtensionResult, error)
func LookupVirtualMachineScaleSetExtensionOutput(ctx *Context, args *LookupVirtualMachineScaleSetExtensionOutputArgs, opts ...InvokeOption) LookupVirtualMachineScaleSetExtensionResultOutput
> Note: This function is named LookupVirtualMachineScaleSetExtension
in the Go SDK.
public static class GetVirtualMachineScaleSetExtension
{
public static Task<GetVirtualMachineScaleSetExtensionResult> InvokeAsync(GetVirtualMachineScaleSetExtensionArgs args, InvokeOptions? opts = null)
public static Output<GetVirtualMachineScaleSetExtensionResult> Invoke(GetVirtualMachineScaleSetExtensionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetVirtualMachineScaleSetExtensionResult> getVirtualMachineScaleSetExtension(GetVirtualMachineScaleSetExtensionArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:compute:getVirtualMachineScaleSetExtension
arguments:
# arguments dictionary
The following arguments are supported:
- Resource
Group stringName The name of the resource group.
- Vm
Scale stringSet Name The name of the VM scale set containing the extension.
- Vmss
Extension stringName The name of the VM scale set extension.
- Expand string
The expand expression to apply on the operation.
- Resource
Group stringName The name of the resource group.
- Vm
Scale stringSet Name The name of the VM scale set containing the extension.
- Vmss
Extension stringName The name of the VM scale set extension.
- Expand string
The expand expression to apply on the operation.
- resource
Group StringName The name of the resource group.
- vm
Scale StringSet Name The name of the VM scale set containing the extension.
- vmss
Extension StringName The name of the VM scale set extension.
- expand String
The expand expression to apply on the operation.
- resource
Group stringName The name of the resource group.
- vm
Scale stringSet Name The name of the VM scale set containing the extension.
- vmss
Extension stringName The name of the VM scale set extension.
- expand string
The expand expression to apply on the operation.
- resource_
group_ strname The name of the resource group.
- vm_
scale_ strset_ name The name of the VM scale set containing the extension.
- vmss_
extension_ strname The name of the VM scale set extension.
- expand str
The expand expression to apply on the operation.
- resource
Group StringName The name of the resource group.
- vm
Scale StringSet Name The name of the VM scale set containing the extension.
- vmss
Extension StringName The name of the VM scale set extension.
- expand String
The expand expression to apply on the operation.
getVirtualMachineScaleSetExtension Result
The following output properties are available:
- Id string
Resource Id
- Provisioning
State string The provisioning state, which only appears in the response.
- Type string
Resource type
- Auto
Upgrade boolMinor Version 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.
- Enable
Automatic boolUpgrade Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
- Force
Update stringTag If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.
- Name string
The name of the extension.
- Protected
Settings object The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
- Provision
After List<string>Extensions Collection of extension names after which this extension needs to be provisioned.
- Publisher string
The name of the extension handler publisher.
- Settings object
Json formatted public settings for the extension.
- Type
Handler stringVersion Specifies the version of the script handler.
- Id string
Resource Id
- Provisioning
State string The provisioning state, which only appears in the response.
- Type string
Resource type
- Auto
Upgrade boolMinor Version 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.
- Enable
Automatic boolUpgrade Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
- Force
Update stringTag If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.
- Name string
The name of the extension.
- Protected
Settings interface{} The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
- Provision
After []stringExtensions Collection of extension names after which this extension needs to be provisioned.
- Publisher string
The name of the extension handler publisher.
- Settings interface{}
Json formatted public settings for the extension.
- Type
Handler stringVersion Specifies the version of the script handler.
- id String
Resource Id
- provisioning
State String The provisioning state, which only appears in the response.
- type String
Resource type
- auto
Upgrade BooleanMinor Version 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.
- enable
Automatic BooleanUpgrade Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
- force
Update StringTag If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.
- name String
The name of the extension.
- protected
Settings Object The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
- provision
After List<String>Extensions Collection of extension names after which this extension needs to be provisioned.
- publisher String
The name of the extension handler publisher.
- settings Object
Json formatted public settings for the extension.
- type
Handler StringVersion Specifies the version of the script handler.
- id string
Resource Id
- provisioning
State string The provisioning state, which only appears in the response.
- type string
Resource type
- auto
Upgrade booleanMinor Version 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.
- enable
Automatic booleanUpgrade Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
- force
Update stringTag If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.
- name string
The name of the extension.
- protected
Settings any The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
- provision
After string[]Extensions Collection of extension names after which this extension needs to be provisioned.
- publisher string
The name of the extension handler publisher.
- settings any
Json formatted public settings for the extension.
- type
Handler stringVersion Specifies the version of the script handler.
- id str
Resource Id
- provisioning_
state str The provisioning state, which only appears in the response.
- type str
Resource type
- auto_
upgrade_ boolminor_ version 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.
- enable_
automatic_ boolupgrade Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
- force_
update_ strtag If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.
- name str
The name of the extension.
- protected_
settings Any The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
- provision_
after_ Sequence[str]extensions Collection of extension names after which this extension needs to be provisioned.
- publisher str
The name of the extension handler publisher.
- settings Any
Json formatted public settings for the extension.
- type_
handler_ strversion Specifies the version of the script handler.
- id String
Resource Id
- provisioning
State String The provisioning state, which only appears in the response.
- type String
Resource type
- auto
Upgrade BooleanMinor Version 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.
- enable
Automatic BooleanUpgrade Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
- force
Update StringTag If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.
- name String
The name of the extension.
- protected
Settings Any The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
- provision
After List<String>Extensions Collection of extension names after which this extension needs to be provisioned.
- publisher String
The name of the extension handler publisher.
- settings Any
Json formatted public settings for the extension.
- type
Handler StringVersion Specifies the version of the script handler.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0