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.listArtifactManifestCredential
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
List credential for publishing artifacts defined in artifact manifest. Azure REST API version: 2023-09-01.
Using listArtifactManifestCredential
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 listArtifactManifestCredential(args: ListArtifactManifestCredentialArgs, opts?: InvokeOptions): Promise<ListArtifactManifestCredentialResult>
function listArtifactManifestCredentialOutput(args: ListArtifactManifestCredentialOutputArgs, opts?: InvokeOptions): Output<ListArtifactManifestCredentialResult>
def list_artifact_manifest_credential(artifact_manifest_name: Optional[str] = None,
artifact_store_name: Optional[str] = None,
publisher_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListArtifactManifestCredentialResult
def list_artifact_manifest_credential_output(artifact_manifest_name: Optional[pulumi.Input[str]] = None,
artifact_store_name: Optional[pulumi.Input[str]] = None,
publisher_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListArtifactManifestCredentialResult]
func ListArtifactManifestCredential(ctx *Context, args *ListArtifactManifestCredentialArgs, opts ...InvokeOption) (*ListArtifactManifestCredentialResult, error)
func ListArtifactManifestCredentialOutput(ctx *Context, args *ListArtifactManifestCredentialOutputArgs, opts ...InvokeOption) ListArtifactManifestCredentialResultOutput
> Note: This function is named ListArtifactManifestCredential
in the Go SDK.
public static class ListArtifactManifestCredential
{
public static Task<ListArtifactManifestCredentialResult> InvokeAsync(ListArtifactManifestCredentialArgs args, InvokeOptions? opts = null)
public static Output<ListArtifactManifestCredentialResult> Invoke(ListArtifactManifestCredentialInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListArtifactManifestCredentialResult> listArtifactManifestCredential(ListArtifactManifestCredentialArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:hybridnetwork:listArtifactManifestCredential
arguments:
# arguments dictionary
The following arguments are supported:
- Artifact
Manifest stringName - The name of the artifact manifest.
- Artifact
Store stringName - The name of the artifact store.
- Publisher
Name string - The name of the publisher.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Artifact
Manifest stringName - The name of the artifact manifest.
- Artifact
Store stringName - The name of the artifact store.
- Publisher
Name string - The name of the publisher.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- artifact
Manifest StringName - The name of the artifact manifest.
- artifact
Store StringName - The name of the artifact store.
- publisher
Name String - The name of the publisher.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- artifact
Manifest stringName - The name of the artifact manifest.
- artifact
Store stringName - The name of the artifact store.
- publisher
Name string - The name of the publisher.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- artifact_
manifest_ strname - The name of the artifact manifest.
- artifact_
store_ strname - The name of the artifact store.
- publisher_
name str - The name of the publisher.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- artifact
Manifest StringName - The name of the artifact manifest.
- artifact
Store StringName - The name of the artifact store.
- publisher
Name String - The name of the publisher.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
listArtifactManifestCredential Result
The following output properties are available:
- Credential
Type string - The credential type.
- Credential
Type string - The credential type.
- credential
Type String - The credential type.
- credential
Type string - The credential type.
- credential_
type str - The credential type.
- credential
Type String - The credential type.
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