1. Packages
  2. Azure Native v1
  3. API Docs
  4. servicefabric
  5. getNodeType
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.servicefabric.getNodeType

Explore with Pulumi AI

azure-native-v1 logo
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

    Get a Service Fabric node type of a given managed cluster. API Version: 2020-01-01-preview.

    Using getNodeType

    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 getNodeType(args: GetNodeTypeArgs, opts?: InvokeOptions): Promise<GetNodeTypeResult>
    function getNodeTypeOutput(args: GetNodeTypeOutputArgs, opts?: InvokeOptions): Output<GetNodeTypeResult>
    def get_node_type(cluster_name: Optional[str] = None,
                      node_type_name: Optional[str] = None,
                      resource_group_name: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetNodeTypeResult
    def get_node_type_output(cluster_name: Optional[pulumi.Input[str]] = None,
                      node_type_name: Optional[pulumi.Input[str]] = None,
                      resource_group_name: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetNodeTypeResult]
    func LookupNodeType(ctx *Context, args *LookupNodeTypeArgs, opts ...InvokeOption) (*LookupNodeTypeResult, error)
    func LookupNodeTypeOutput(ctx *Context, args *LookupNodeTypeOutputArgs, opts ...InvokeOption) LookupNodeTypeResultOutput

    > Note: This function is named LookupNodeType in the Go SDK.

    public static class GetNodeType 
    {
        public static Task<GetNodeTypeResult> InvokeAsync(GetNodeTypeArgs args, InvokeOptions? opts = null)
        public static Output<GetNodeTypeResult> Invoke(GetNodeTypeInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNodeTypeResult> getNodeType(GetNodeTypeArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:servicefabric:getNodeType
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClusterName string
    The name of the cluster resource.
    NodeTypeName string
    The name of the node type.
    ResourceGroupName string
    The name of the resource group.
    ClusterName string
    The name of the cluster resource.
    NodeTypeName string
    The name of the node type.
    ResourceGroupName string
    The name of the resource group.
    clusterName String
    The name of the cluster resource.
    nodeTypeName String
    The name of the node type.
    resourceGroupName String
    The name of the resource group.
    clusterName string
    The name of the cluster resource.
    nodeTypeName string
    The name of the node type.
    resourceGroupName string
    The name of the resource group.
    cluster_name str
    The name of the cluster resource.
    node_type_name str
    The name of the node type.
    resource_group_name str
    The name of the resource group.
    clusterName String
    The name of the cluster resource.
    nodeTypeName String
    The name of the node type.
    resourceGroupName String
    The name of the resource group.

    getNodeType Result

    The following output properties are available:

    DataDiskSizeGB int
    Disk size for each vm in the node type in GBs.
    Id string
    Azure resource identifier.
    IsPrimary bool
    The node type on which system services will run. Only one node type should be marked as primary. Primary node type cannot be deleted or changed for existing clusters.
    Name string
    Azure resource name.
    ProvisioningState string
    The provisioning state of the managed cluster resource.
    Type string
    Azure resource type.
    VmInstanceCount int
    The number of nodes in the node type.
    ApplicationPorts Pulumi.AzureNative.ServiceFabric.Outputs.EndpointRangeDescriptionResponse
    The range of ports from which cluster assigned port to Service Fabric applications.
    Capacities Dictionary<string, string>
    The capacity tags applied to the nodes in the node type, the cluster resource manager uses these tags to understand how much resource a node has.
    EphemeralPorts Pulumi.AzureNative.ServiceFabric.Outputs.EndpointRangeDescriptionResponse
    The range of ephemeral ports that nodes in this node type should be configured with.
    PlacementProperties Dictionary<string, string>
    The placement tags applied to nodes in the node type, which can be used to indicate where certain services (workload) should run.
    Tags Dictionary<string, string>
    Azure resource tags.
    VmExtensions List<Pulumi.AzureNative.ServiceFabric.Outputs.VMSSExtensionResponse>
    Set of extensions that should be installed onto the virtual machines.
    VmImageOffer string
    The offer type of the Azure Virtual Machines Marketplace image. For example, UbuntuServer or WindowsServer.
    VmImagePublisher string
    The publisher of the Azure Virtual Machines Marketplace image. For example, Canonical or MicrosoftWindowsServer.
    VmImageSku string
    The SKU of the Azure Virtual Machines Marketplace image. For example, 14.04.0-LTS or 2012-R2-Datacenter.
    VmImageVersion string
    The version of the Azure Virtual Machines Marketplace image. A value of 'latest' can be specified to select the latest version of an image. If omitted, the default is 'latest'.
    VmSecrets List<Pulumi.AzureNative.ServiceFabric.Outputs.VaultSecretGroupResponse>
    The secrets to install in the virtual machines.
    VmSize string
    The size of virtual machines in the pool. All virtual machines in a pool are the same size. For example, Standard_D3.
    DataDiskSizeGB int
    Disk size for each vm in the node type in GBs.
    Id string
    Azure resource identifier.
    IsPrimary bool
    The node type on which system services will run. Only one node type should be marked as primary. Primary node type cannot be deleted or changed for existing clusters.
    Name string
    Azure resource name.
    ProvisioningState string
    The provisioning state of the managed cluster resource.
    Type string
    Azure resource type.
    VmInstanceCount int
    The number of nodes in the node type.
    ApplicationPorts EndpointRangeDescriptionResponse
    The range of ports from which cluster assigned port to Service Fabric applications.
    Capacities map[string]string
    The capacity tags applied to the nodes in the node type, the cluster resource manager uses these tags to understand how much resource a node has.
    EphemeralPorts EndpointRangeDescriptionResponse
    The range of ephemeral ports that nodes in this node type should be configured with.
    PlacementProperties map[string]string
    The placement tags applied to nodes in the node type, which can be used to indicate where certain services (workload) should run.
    Tags map[string]string
    Azure resource tags.
    VmExtensions []VMSSExtensionResponse
    Set of extensions that should be installed onto the virtual machines.
    VmImageOffer string
    The offer type of the Azure Virtual Machines Marketplace image. For example, UbuntuServer or WindowsServer.
    VmImagePublisher string
    The publisher of the Azure Virtual Machines Marketplace image. For example, Canonical or MicrosoftWindowsServer.
    VmImageSku string
    The SKU of the Azure Virtual Machines Marketplace image. For example, 14.04.0-LTS or 2012-R2-Datacenter.
    VmImageVersion string
    The version of the Azure Virtual Machines Marketplace image. A value of 'latest' can be specified to select the latest version of an image. If omitted, the default is 'latest'.
    VmSecrets []VaultSecretGroupResponse
    The secrets to install in the virtual machines.
    VmSize string
    The size of virtual machines in the pool. All virtual machines in a pool are the same size. For example, Standard_D3.
    dataDiskSizeGB Integer
    Disk size for each vm in the node type in GBs.
    id String
    Azure resource identifier.
    isPrimary Boolean
    The node type on which system services will run. Only one node type should be marked as primary. Primary node type cannot be deleted or changed for existing clusters.
    name String
    Azure resource name.
    provisioningState String
    The provisioning state of the managed cluster resource.
    type String
    Azure resource type.
    vmInstanceCount Integer
    The number of nodes in the node type.
    applicationPorts EndpointRangeDescriptionResponse
    The range of ports from which cluster assigned port to Service Fabric applications.
    capacities Map<String,String>
    The capacity tags applied to the nodes in the node type, the cluster resource manager uses these tags to understand how much resource a node has.
    ephemeralPorts EndpointRangeDescriptionResponse
    The range of ephemeral ports that nodes in this node type should be configured with.
    placementProperties Map<String,String>
    The placement tags applied to nodes in the node type, which can be used to indicate where certain services (workload) should run.
    tags Map<String,String>
    Azure resource tags.
    vmExtensions List<VMSSExtensionResponse>
    Set of extensions that should be installed onto the virtual machines.
    vmImageOffer String
    The offer type of the Azure Virtual Machines Marketplace image. For example, UbuntuServer or WindowsServer.
    vmImagePublisher String
    The publisher of the Azure Virtual Machines Marketplace image. For example, Canonical or MicrosoftWindowsServer.
    vmImageSku String
    The SKU of the Azure Virtual Machines Marketplace image. For example, 14.04.0-LTS or 2012-R2-Datacenter.
    vmImageVersion String
    The version of the Azure Virtual Machines Marketplace image. A value of 'latest' can be specified to select the latest version of an image. If omitted, the default is 'latest'.
    vmSecrets List<VaultSecretGroupResponse>
    The secrets to install in the virtual machines.
    vmSize String
    The size of virtual machines in the pool. All virtual machines in a pool are the same size. For example, Standard_D3.
    dataDiskSizeGB number
    Disk size for each vm in the node type in GBs.
    id string
    Azure resource identifier.
    isPrimary boolean
    The node type on which system services will run. Only one node type should be marked as primary. Primary node type cannot be deleted or changed for existing clusters.
    name string
    Azure resource name.
    provisioningState string
    The provisioning state of the managed cluster resource.
    type string
    Azure resource type.
    vmInstanceCount number
    The number of nodes in the node type.
    applicationPorts EndpointRangeDescriptionResponse
    The range of ports from which cluster assigned port to Service Fabric applications.
    capacities {[key: string]: string}
    The capacity tags applied to the nodes in the node type, the cluster resource manager uses these tags to understand how much resource a node has.
    ephemeralPorts EndpointRangeDescriptionResponse
    The range of ephemeral ports that nodes in this node type should be configured with.
    placementProperties {[key: string]: string}
    The placement tags applied to nodes in the node type, which can be used to indicate where certain services (workload) should run.
    tags {[key: string]: string}
    Azure resource tags.
    vmExtensions VMSSExtensionResponse[]
    Set of extensions that should be installed onto the virtual machines.
    vmImageOffer string
    The offer type of the Azure Virtual Machines Marketplace image. For example, UbuntuServer or WindowsServer.
    vmImagePublisher string
    The publisher of the Azure Virtual Machines Marketplace image. For example, Canonical or MicrosoftWindowsServer.
    vmImageSku string
    The SKU of the Azure Virtual Machines Marketplace image. For example, 14.04.0-LTS or 2012-R2-Datacenter.
    vmImageVersion string
    The version of the Azure Virtual Machines Marketplace image. A value of 'latest' can be specified to select the latest version of an image. If omitted, the default is 'latest'.
    vmSecrets VaultSecretGroupResponse[]
    The secrets to install in the virtual machines.
    vmSize string
    The size of virtual machines in the pool. All virtual machines in a pool are the same size. For example, Standard_D3.
    data_disk_size_gb int
    Disk size for each vm in the node type in GBs.
    id str
    Azure resource identifier.
    is_primary bool
    The node type on which system services will run. Only one node type should be marked as primary. Primary node type cannot be deleted or changed for existing clusters.
    name str
    Azure resource name.
    provisioning_state str
    The provisioning state of the managed cluster resource.
    type str
    Azure resource type.
    vm_instance_count int
    The number of nodes in the node type.
    application_ports EndpointRangeDescriptionResponse
    The range of ports from which cluster assigned port to Service Fabric applications.
    capacities Mapping[str, str]
    The capacity tags applied to the nodes in the node type, the cluster resource manager uses these tags to understand how much resource a node has.
    ephemeral_ports EndpointRangeDescriptionResponse
    The range of ephemeral ports that nodes in this node type should be configured with.
    placement_properties Mapping[str, str]
    The placement tags applied to nodes in the node type, which can be used to indicate where certain services (workload) should run.
    tags Mapping[str, str]
    Azure resource tags.
    vm_extensions Sequence[VMSSExtensionResponse]
    Set of extensions that should be installed onto the virtual machines.
    vm_image_offer str
    The offer type of the Azure Virtual Machines Marketplace image. For example, UbuntuServer or WindowsServer.
    vm_image_publisher str
    The publisher of the Azure Virtual Machines Marketplace image. For example, Canonical or MicrosoftWindowsServer.
    vm_image_sku str
    The SKU of the Azure Virtual Machines Marketplace image. For example, 14.04.0-LTS or 2012-R2-Datacenter.
    vm_image_version str
    The version of the Azure Virtual Machines Marketplace image. A value of 'latest' can be specified to select the latest version of an image. If omitted, the default is 'latest'.
    vm_secrets Sequence[VaultSecretGroupResponse]
    The secrets to install in the virtual machines.
    vm_size str
    The size of virtual machines in the pool. All virtual machines in a pool are the same size. For example, Standard_D3.
    dataDiskSizeGB Number
    Disk size for each vm in the node type in GBs.
    id String
    Azure resource identifier.
    isPrimary Boolean
    The node type on which system services will run. Only one node type should be marked as primary. Primary node type cannot be deleted or changed for existing clusters.
    name String
    Azure resource name.
    provisioningState String
    The provisioning state of the managed cluster resource.
    type String
    Azure resource type.
    vmInstanceCount Number
    The number of nodes in the node type.
    applicationPorts Property Map
    The range of ports from which cluster assigned port to Service Fabric applications.
    capacities Map<String>
    The capacity tags applied to the nodes in the node type, the cluster resource manager uses these tags to understand how much resource a node has.
    ephemeralPorts Property Map
    The range of ephemeral ports that nodes in this node type should be configured with.
    placementProperties Map<String>
    The placement tags applied to nodes in the node type, which can be used to indicate where certain services (workload) should run.
    tags Map<String>
    Azure resource tags.
    vmExtensions List<Property Map>
    Set of extensions that should be installed onto the virtual machines.
    vmImageOffer String
    The offer type of the Azure Virtual Machines Marketplace image. For example, UbuntuServer or WindowsServer.
    vmImagePublisher String
    The publisher of the Azure Virtual Machines Marketplace image. For example, Canonical or MicrosoftWindowsServer.
    vmImageSku String
    The SKU of the Azure Virtual Machines Marketplace image. For example, 14.04.0-LTS or 2012-R2-Datacenter.
    vmImageVersion String
    The version of the Azure Virtual Machines Marketplace image. A value of 'latest' can be specified to select the latest version of an image. If omitted, the default is 'latest'.
    vmSecrets List<Property Map>
    The secrets to install in the virtual machines.
    vmSize String
    The size of virtual machines in the pool. All virtual machines in a pool are the same size. For example, Standard_D3.

    Supporting Types

    EndpointRangeDescriptionResponse

    EndPort int
    End port of a range of ports
    StartPort int
    Starting port of a range of ports
    EndPort int
    End port of a range of ports
    StartPort int
    Starting port of a range of ports
    endPort Integer
    End port of a range of ports
    startPort Integer
    Starting port of a range of ports
    endPort number
    End port of a range of ports
    startPort number
    Starting port of a range of ports
    end_port int
    End port of a range of ports
    start_port int
    Starting port of a range of ports
    endPort Number
    End port of a range of ports
    startPort Number
    Starting port of a range of ports

    SubResourceResponse

    Id string
    Azure resource identifier.
    Id string
    Azure resource identifier.
    id String
    Azure resource identifier.
    id string
    Azure resource identifier.
    id str
    Azure resource identifier.
    id String
    Azure resource identifier.

    VMSSExtensionResponse

    Name string
    The name of the extension.
    ProvisioningState string
    The provisioning state, which only appears in the response.
    Publisher string
    The name of the extension handler publisher.
    Type string
    Specifies the type of the extension; an example is "CustomScriptExtension".
    TypeHandlerVersion string
    Specifies the version of the script handler.
    AutoUpgradeMinorVersion bool
    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.
    ForceUpdateTag string
    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.
    ProtectedSettings object
    The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
    ProvisionAfterExtensions List<string>
    Collection of extension names after which this extension needs to be provisioned.
    Settings object
    Json formatted public settings for the extension.
    Name string
    The name of the extension.
    ProvisioningState string
    The provisioning state, which only appears in the response.
    Publisher string
    The name of the extension handler publisher.
    Type string
    Specifies the type of the extension; an example is "CustomScriptExtension".
    TypeHandlerVersion string
    Specifies the version of the script handler.
    AutoUpgradeMinorVersion bool
    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.
    ForceUpdateTag string
    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.
    ProtectedSettings interface{}
    The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
    ProvisionAfterExtensions []string
    Collection of extension names after which this extension needs to be provisioned.
    Settings interface{}
    Json formatted public settings for the extension.
    name String
    The name of the extension.
    provisioningState String
    The provisioning state, which only appears in the response.
    publisher String
    The name of the extension handler publisher.
    type String
    Specifies the type of the extension; an example is "CustomScriptExtension".
    typeHandlerVersion String
    Specifies the version of the script handler.
    autoUpgradeMinorVersion Boolean
    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.
    forceUpdateTag String
    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.
    protectedSettings Object
    The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
    provisionAfterExtensions List<String>
    Collection of extension names after which this extension needs to be provisioned.
    settings Object
    Json formatted public settings for the extension.
    name string
    The name of the extension.
    provisioningState string
    The provisioning state, which only appears in the response.
    publisher string
    The name of the extension handler publisher.
    type string
    Specifies the type of the extension; an example is "CustomScriptExtension".
    typeHandlerVersion string
    Specifies the version of the script handler.
    autoUpgradeMinorVersion boolean
    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.
    forceUpdateTag string
    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.
    protectedSettings any
    The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
    provisionAfterExtensions string[]
    Collection of extension names after which this extension needs to be provisioned.
    settings any
    Json formatted public settings for the extension.
    name str
    The name of the extension.
    provisioning_state str
    The provisioning state, which only appears in the response.
    publisher str
    The name of the extension handler publisher.
    type str
    Specifies the type of the extension; an example is "CustomScriptExtension".
    type_handler_version str
    Specifies the version of the script handler.
    auto_upgrade_minor_version bool
    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.
    force_update_tag str
    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.
    protected_settings Any
    The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
    provision_after_extensions Sequence[str]
    Collection of extension names after which this extension needs to be provisioned.
    settings Any
    Json formatted public settings for the extension.
    name String
    The name of the extension.
    provisioningState String
    The provisioning state, which only appears in the response.
    publisher String
    The name of the extension handler publisher.
    type String
    Specifies the type of the extension; an example is "CustomScriptExtension".
    typeHandlerVersion String
    Specifies the version of the script handler.
    autoUpgradeMinorVersion Boolean
    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.
    forceUpdateTag String
    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.
    protectedSettings Any
    The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
    provisionAfterExtensions List<String>
    Collection of extension names after which this extension needs to be provisioned.
    settings Any
    Json formatted public settings for the extension.

    VaultCertificateResponse

    CertificateStore string
    For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name .crt for the X509 certificate file and .prv for private key. Both of these files are .pem formatted.
    CertificateUrl string
    This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""}
    CertificateStore string
    For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name .crt for the X509 certificate file and .prv for private key. Both of these files are .pem formatted.
    CertificateUrl string
    This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""}
    certificateStore String
    For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name .crt for the X509 certificate file and .prv for private key. Both of these files are .pem formatted.
    certificateUrl String
    This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""}
    certificateStore string
    For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name .crt for the X509 certificate file and .prv for private key. Both of these files are .pem formatted.
    certificateUrl string
    This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""}
    certificate_store str
    For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name .crt for the X509 certificate file and .prv for private key. Both of these files are .pem formatted.
    certificate_url str
    This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""}
    certificateStore String
    For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name .crt for the X509 certificate file and .prv for private key. Both of these files are .pem formatted.
    certificateUrl String
    This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: { "data":"", "dataType":"pfx", "password":""}

    VaultSecretGroupResponse

    SourceVault Pulumi.AzureNative.ServiceFabric.Inputs.SubResourceResponse
    The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
    VaultCertificates List<Pulumi.AzureNative.ServiceFabric.Inputs.VaultCertificateResponse>
    The list of key vault references in SourceVault which contain certificates.
    SourceVault SubResourceResponse
    The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
    VaultCertificates []VaultCertificateResponse
    The list of key vault references in SourceVault which contain certificates.
    sourceVault SubResourceResponse
    The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
    vaultCertificates List<VaultCertificateResponse>
    The list of key vault references in SourceVault which contain certificates.
    sourceVault SubResourceResponse
    The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
    vaultCertificates VaultCertificateResponse[]
    The list of key vault references in SourceVault which contain certificates.
    source_vault SubResourceResponse
    The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
    vault_certificates Sequence[VaultCertificateResponse]
    The list of key vault references in SourceVault which contain certificates.
    sourceVault Property Map
    The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
    vaultCertificates List<Property Map>
    The list of key vault references in SourceVault which contain certificates.

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
    Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi