This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi
azure-native.certificateregistration.getAppServiceCertificateOrderCertificate
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi
Description for Get the certificate associated with a certificate order. Azure REST API version: 2022-09-01.
Other available API versions: 2020-10-01, 2023-01-01, 2023-12-01.
Using getAppServiceCertificateOrderCertificate
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 getAppServiceCertificateOrderCertificate(args: GetAppServiceCertificateOrderCertificateArgs, opts?: InvokeOptions): Promise<GetAppServiceCertificateOrderCertificateResult>
function getAppServiceCertificateOrderCertificateOutput(args: GetAppServiceCertificateOrderCertificateOutputArgs, opts?: InvokeOptions): Output<GetAppServiceCertificateOrderCertificateResult>
def get_app_service_certificate_order_certificate(certificate_order_name: Optional[str] = None,
name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAppServiceCertificateOrderCertificateResult
def get_app_service_certificate_order_certificate_output(certificate_order_name: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAppServiceCertificateOrderCertificateResult]
func LookupAppServiceCertificateOrderCertificate(ctx *Context, args *LookupAppServiceCertificateOrderCertificateArgs, opts ...InvokeOption) (*LookupAppServiceCertificateOrderCertificateResult, error)
func LookupAppServiceCertificateOrderCertificateOutput(ctx *Context, args *LookupAppServiceCertificateOrderCertificateOutputArgs, opts ...InvokeOption) LookupAppServiceCertificateOrderCertificateResultOutput
> Note: This function is named LookupAppServiceCertificateOrderCertificate
in the Go SDK.
public static class GetAppServiceCertificateOrderCertificate
{
public static Task<GetAppServiceCertificateOrderCertificateResult> InvokeAsync(GetAppServiceCertificateOrderCertificateArgs args, InvokeOptions? opts = null)
public static Output<GetAppServiceCertificateOrderCertificateResult> Invoke(GetAppServiceCertificateOrderCertificateInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAppServiceCertificateOrderCertificateResult> getAppServiceCertificateOrderCertificate(GetAppServiceCertificateOrderCertificateArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:certificateregistration:getAppServiceCertificateOrderCertificate
arguments:
# arguments dictionary
The following arguments are supported:
- Certificate
Order stringName - Name of the certificate order.
- Name string
- Name of the certificate.
- Resource
Group stringName - Name of the resource group to which the resource belongs.
- Certificate
Order stringName - Name of the certificate order.
- Name string
- Name of the certificate.
- Resource
Group stringName - Name of the resource group to which the resource belongs.
- certificate
Order StringName - Name of the certificate order.
- name String
- Name of the certificate.
- resource
Group StringName - Name of the resource group to which the resource belongs.
- certificate
Order stringName - Name of the certificate order.
- name string
- Name of the certificate.
- resource
Group stringName - Name of the resource group to which the resource belongs.
- certificate_
order_ strname - Name of the certificate order.
- name str
- Name of the certificate.
- resource_
group_ strname - Name of the resource group to which the resource belongs.
- certificate
Order StringName - Name of the certificate order.
- name String
- Name of the certificate.
- resource
Group StringName - Name of the resource group to which the resource belongs.
getAppServiceCertificateOrderCertificate Result
The following output properties are available:
- Id string
- Resource Id.
- Location string
- Resource Location.
- Name string
- Resource Name.
- Provisioning
State string - Status of the Key Vault secret.
- Type string
- Resource type.
- Key
Vault stringId - Key Vault resource Id.
- Key
Vault stringSecret Name - Key Vault secret name.
- Kind string
- Kind of resource.
- Dictionary<string, string>
- Resource tags.
- Id string
- Resource Id.
- Location string
- Resource Location.
- Name string
- Resource Name.
- Provisioning
State string - Status of the Key Vault secret.
- Type string
- Resource type.
- Key
Vault stringId - Key Vault resource Id.
- Key
Vault stringSecret Name - Key Vault secret name.
- Kind string
- Kind of resource.
- map[string]string
- Resource tags.
- id String
- Resource Id.
- location String
- Resource Location.
- name String
- Resource Name.
- provisioning
State String - Status of the Key Vault secret.
- type String
- Resource type.
- key
Vault StringId - Key Vault resource Id.
- key
Vault StringSecret Name - Key Vault secret name.
- kind String
- Kind of resource.
- Map<String,String>
- Resource tags.
- id string
- Resource Id.
- location string
- Resource Location.
- name string
- Resource Name.
- provisioning
State string - Status of the Key Vault secret.
- type string
- Resource type.
- key
Vault stringId - Key Vault resource Id.
- key
Vault stringSecret Name - Key Vault secret name.
- kind string
- Kind of resource.
- {[key: string]: string}
- Resource tags.
- id str
- Resource Id.
- location str
- Resource Location.
- name str
- Resource Name.
- provisioning_
state str - Status of the Key Vault secret.
- type str
- Resource type.
- key_
vault_ strid - Key Vault resource Id.
- key_
vault_ strsecret_ name - Key Vault secret name.
- kind str
- Kind of resource.
- Mapping[str, str]
- Resource tags.
- id String
- Resource Id.
- location String
- Resource Location.
- name String
- Resource Name.
- provisioning
State String - Status of the Key Vault secret.
- type String
- Resource type.
- key
Vault StringId - Key Vault resource Id.
- key
Vault StringSecret Name - Key Vault secret name.
- kind String
- Kind of resource.
- Map<String>
- Resource tags.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi