1. Packages
  2. Azure Native v2
  3. API Docs
  4. hybridnetwork
  5. listVendorSkusCredential
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.hybridnetwork.listVendorSkusCredential

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 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>
Copy
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]
Copy
func ListVendorSkusCredential(ctx *Context, args *ListVendorSkusCredentialArgs, opts ...InvokeOption) (*ListVendorSkusCredentialResult, error)
func ListVendorSkusCredentialOutput(ctx *Context, args *ListVendorSkusCredentialOutputArgs, opts ...InvokeOption) ListVendorSkusCredentialResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<ListVendorSkusCredentialResult> listVendorSkusCredential(ListVendorSkusCredentialArgs args, InvokeOptions options)
public static Output<ListVendorSkusCredentialResult> listVendorSkusCredential(ListVendorSkusCredentialArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:hybridnetwork:listVendorSkusCredential
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

SkuName
This property is required.
Changes to this property will trigger replacement.
string
The name of the sku.
VendorName
This property is required.
Changes to this property will trigger replacement.
string
The name of the vendor.
SkuName
This property is required.
Changes to this property will trigger replacement.
string
The name of the sku.
VendorName
This property is required.
Changes to this property will trigger replacement.
string
The name of the vendor.
skuName
This property is required.
Changes to this property will trigger replacement.
String
The name of the sku.
vendorName
This property is required.
Changes to this property will trigger replacement.
String
The name of the vendor.
skuName
This property is required.
Changes to this property will trigger replacement.
string
The name of the sku.
vendorName
This property is required.
Changes to this property will trigger replacement.
string
The name of the vendor.
sku_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the sku.
vendor_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the vendor.
skuName
This property is required.
Changes to this property will trigger replacement.
String
The name of the sku.
vendorName
This property is required.
Changes to this property will trigger replacement.
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-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi