azure-native.web.listSiteIdentifiersAssignedToHostName
Explore with Pulumi AI
Description for List all apps that are assigned to a hostname.
Uses Azure REST API version 2024-04-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, 2022-09-01, 2023-01-01, 2023-12-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native web [ApiVersion]. See the version guide for details.
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>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]func ListSiteIdentifiersAssignedToHostName(ctx *Context, args *ListSiteIdentifiersAssignedToHostNameArgs, opts ...InvokeOption) (*ListSiteIdentifiersAssignedToHostNameResult, error)
func ListSiteIdentifiersAssignedToHostNameOutput(ctx *Context, args *ListSiteIdentifiersAssignedToHostNameOutputArgs, opts ...InvokeOption) ListSiteIdentifiersAssignedToHostNameResultOutput> 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)
}public static CompletableFuture<ListSiteIdentifiersAssignedToHostNameResult> listSiteIdentifiersAssignedToHostName(ListSiteIdentifiersAssignedToHostNameArgs args, InvokeOptions options)
public static Output<ListSiteIdentifiersAssignedToHostNameResult> listSiteIdentifiersAssignedToHostName(ListSiteIdentifiersAssignedToHostNameArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:web:listSiteIdentifiersAssignedToHostName
  arguments:
    # arguments dictionaryThe 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:
- Next
Link string - Link to next page of resources.
 - Value
List<Pulumi.
Azure Native. Web. Outputs. Identifier Response>  - Collection of resources.
 
- Next
Link string - Link to next page of resources.
 - Value
[]Identifier
Response  - Collection of resources.
 
- next
Link String - Link to next page of resources.
 - value
List<Identifier
Response>  - Collection of resources.
 
- next
Link string - Link to next page of resources.
 - value
Identifier
Response[]  - Collection of resources.
 
- next_
link str - Link to next page of resources.
 - value
Sequence[Identifier
Response]  - Collection of resources.
 
- next
Link String - Link to next page of resources.
 - value List<Property Map>
 - Collection of resources.
 
Supporting Types
IdentifierResponse 
Package Details
- Repository
 - Azure Native pulumi/pulumi-azure-native
 - License
 - Apache-2.0