1. Packages
  2. Azure Native v2
  3. API Docs
  4. web
  5. listSiteIdentifiersAssignedToHostName
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.web.listSiteIdentifiersAssignedToHostName

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

Description for List all apps that are assigned to a hostname. Azure REST API version: 2022-09-01.

Other available API versions: 2016-03-01, 2018-02-01, 2019-08-01, 2020-06-01, 2020-09-01, 2020-10-01, 2020-12-01, 2021-01-01, 2021-01-15, 2021-02-01, 2021-03-01, 2022-03-01, 2023-01-01, 2023-12-01, 2024-04-01.

Using listSiteIdentifiersAssignedToHostName

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 listSiteIdentifiersAssignedToHostName(args: ListSiteIdentifiersAssignedToHostNameArgs, opts?: InvokeOptions): Promise<ListSiteIdentifiersAssignedToHostNameResult>
function listSiteIdentifiersAssignedToHostNameOutput(args: ListSiteIdentifiersAssignedToHostNameOutputArgs, opts?: InvokeOptions): Output<ListSiteIdentifiersAssignedToHostNameResult>
Copy
def list_site_identifiers_assigned_to_host_name(name: Optional[str] = None,
                                                opts: Optional[InvokeOptions] = None) -> ListSiteIdentifiersAssignedToHostNameResult
def list_site_identifiers_assigned_to_host_name_output(name: Optional[pulumi.Input[str]] = None,
                                                opts: Optional[InvokeOptions] = None) -> Output[ListSiteIdentifiersAssignedToHostNameResult]
Copy
func ListSiteIdentifiersAssignedToHostName(ctx *Context, args *ListSiteIdentifiersAssignedToHostNameArgs, opts ...InvokeOption) (*ListSiteIdentifiersAssignedToHostNameResult, error)
func ListSiteIdentifiersAssignedToHostNameOutput(ctx *Context, args *ListSiteIdentifiersAssignedToHostNameOutputArgs, opts ...InvokeOption) ListSiteIdentifiersAssignedToHostNameResultOutput
Copy

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

public static class ListSiteIdentifiersAssignedToHostName 
{
    public static Task<ListSiteIdentifiersAssignedToHostNameResult> InvokeAsync(ListSiteIdentifiersAssignedToHostNameArgs args, InvokeOptions? opts = null)
    public static Output<ListSiteIdentifiersAssignedToHostNameResult> Invoke(ListSiteIdentifiersAssignedToHostNameInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListSiteIdentifiersAssignedToHostNameResult> listSiteIdentifiersAssignedToHostName(ListSiteIdentifiersAssignedToHostNameArgs args, InvokeOptions options)
public static Output<ListSiteIdentifiersAssignedToHostNameResult> listSiteIdentifiersAssignedToHostName(ListSiteIdentifiersAssignedToHostNameArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:web:listSiteIdentifiersAssignedToHostName
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Name string
Name of the object.
Name string
Name of the object.
name String
Name of the object.
name string
Name of the object.
name str
Name of the object.
name String
Name of the object.

listSiteIdentifiersAssignedToHostName Result

The following output properties are available:

NextLink string
Link to next page of resources.
Value List<Pulumi.AzureNative.Web.Outputs.IdentifierResponse>
Collection of resources.
NextLink string
Link to next page of resources.
Value []IdentifierResponse
Collection of resources.
nextLink String
Link to next page of resources.
value List<IdentifierResponse>
Collection of resources.
nextLink string
Link to next page of resources.
value IdentifierResponse[]
Collection of resources.
next_link str
Link to next page of resources.
value Sequence[IdentifierResponse]
Collection of resources.
nextLink String
Link to next page of resources.
value List<Property Map>
Collection of resources.

Supporting Types

IdentifierResponse

Id This property is required. string
Resource Id.
Name This property is required. string
Resource Name.
Type This property is required. string
Resource type.
Kind string
Kind of resource.
Value string
String representation of the identity.
Id This property is required. string
Resource Id.
Name This property is required. string
Resource Name.
Type This property is required. string
Resource type.
Kind string
Kind of resource.
Value string
String representation of the identity.
id This property is required. String
Resource Id.
name This property is required. String
Resource Name.
type This property is required. String
Resource type.
kind String
Kind of resource.
value String
String representation of the identity.
id This property is required. string
Resource Id.
name This property is required. string
Resource Name.
type This property is required. string
Resource type.
kind string
Kind of resource.
value string
String representation of the identity.
id This property is required. str
Resource Id.
name This property is required. str
Resource Name.
type This property is required. str
Resource type.
kind str
Kind of resource.
value str
String representation of the identity.
id This property is required. String
Resource Id.
name This property is required. String
Resource Name.
type This property is required. String
Resource type.
kind String
Kind of resource.
value String
String representation of the identity.

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