1. Packages
  2. Azure Native
  3. API Docs
  4. hybridnetwork
  5. listVendorSkusCredential
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.37.0 published on Monday, Apr 15, 2024 by Pulumi

azure-native.hybridnetwork.listVendorSkusCredential

Explore with Pulumi AI

azure-native logo
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.37.0 published on Monday, Apr 15, 2024 by Pulumi

    Generate credentials for publishing SKU images. Azure REST API version: 2022-01-01-preview.

    Using listVendorSkusCredential

    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 listVendorSkusCredential(args: ListVendorSkusCredentialArgs, opts?: InvokeOptions): Promise<ListVendorSkusCredentialResult>
    function listVendorSkusCredentialOutput(args: ListVendorSkusCredentialOutputArgs, opts?: InvokeOptions): Output<ListVendorSkusCredentialResult>
    def list_vendor_skus_credential(sku_name: Optional[str] = None,
                                    vendor_name: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> ListVendorSkusCredentialResult
    def list_vendor_skus_credential_output(sku_name: Optional[pulumi.Input[str]] = None,
                                    vendor_name: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[ListVendorSkusCredentialResult]
    func ListVendorSkusCredential(ctx *Context, args *ListVendorSkusCredentialArgs, opts ...InvokeOption) (*ListVendorSkusCredentialResult, error)
    func ListVendorSkusCredentialOutput(ctx *Context, args *ListVendorSkusCredentialOutputArgs, opts ...InvokeOption) ListVendorSkusCredentialResultOutput

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

    public static class ListVendorSkusCredential 
    {
        public static Task<ListVendorSkusCredentialResult> InvokeAsync(ListVendorSkusCredentialArgs args, InvokeOptions? opts = null)
        public static Output<ListVendorSkusCredentialResult> Invoke(ListVendorSkusCredentialInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListVendorSkusCredentialResult> listVendorSkusCredential(ListVendorSkusCredentialArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:hybridnetwork:listVendorSkusCredential
      arguments:
        # arguments dictionary

    The following arguments are supported:

    SkuName string
    The name of the sku.
    VendorName string
    The name of the vendor.
    SkuName string
    The name of the sku.
    VendorName string
    The name of the vendor.
    skuName String
    The name of the sku.
    vendorName String
    The name of the vendor.
    skuName string
    The name of the sku.
    vendorName string
    The name of the vendor.
    sku_name str
    The name of the sku.
    vendor_name str
    The name of the vendor.
    skuName String
    The name of the sku.
    vendorName String
    The name of the vendor.

    listVendorSkusCredential Result

    The following output properties are available:

    AcrServerUrl string
    The Acr server url
    AcrToken string
    The credential value.
    Expiry string
    The UTC time when credential will expire.
    Repositories List<string>
    The repositories that could be accessed using the current credential.
    Username string
    The username of the sku credential.
    AcrServerUrl string
    The Acr server url
    AcrToken string
    The credential value.
    Expiry string
    The UTC time when credential will expire.
    Repositories []string
    The repositories that could be accessed using the current credential.
    Username string
    The username of the sku credential.
    acrServerUrl String
    The Acr server url
    acrToken String
    The credential value.
    expiry String
    The UTC time when credential will expire.
    repositories List<String>
    The repositories that could be accessed using the current credential.
    username String
    The username of the sku credential.
    acrServerUrl string
    The Acr server url
    acrToken string
    The credential value.
    expiry string
    The UTC time when credential will expire.
    repositories string[]
    The repositories that could be accessed using the current credential.
    username string
    The username of the sku credential.
    acr_server_url str
    The Acr server url
    acr_token str
    The credential value.
    expiry str
    The UTC time when credential will expire.
    repositories Sequence[str]
    The repositories that could be accessed using the current credential.
    username str
    The username of the sku credential.
    acrServerUrl String
    The Acr server url
    acrToken String
    The credential value.
    expiry String
    The UTC time when credential will expire.
    repositories List<String>
    The repositories that could be accessed using the current credential.
    username String
    The username of the sku credential.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    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.37.0 published on Monday, Apr 15, 2024 by Pulumi