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.hybridnetwork.listVendorSkusCredential
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
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:
- Sku
Name string - The name of the sku.
- Vendor
Name string - The name of the vendor.
- Sku
Name string - The name of the sku.
- Vendor
Name string - The name of the vendor.
- sku
Name String - The name of the sku.
- vendor
Name String - The name of the vendor.
- sku
Name string - The name of the sku.
- vendor
Name string - The name of the vendor.
- sku_
name str - The name of the sku.
- vendor_
name str - The name of the vendor.
- sku
Name String - The name of the sku.
- vendor
Name String - The name of the vendor.
listVendorSkusCredential Result
The following output properties are available:
- Acr
Server stringUrl - The Acr server url
- Acr
Token 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.
- Acr
Server stringUrl - The Acr server url
- Acr
Token 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 StringUrl - The Acr server url
- acr
Token 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.
- acr
Server stringUrl - The Acr server url
- acr
Token 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_ strurl - 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.
- acr
Server StringUrl - The Acr server url
- acr
Token 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
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