Class GetSharedPrivateLinkResourceArgs.Builder

    • Method Detail

      • resourceGroupName

        public GetSharedPrivateLinkResourceArgs.Builder resourceGroupName​(com.pulumi.core.Output<java.lang.String> resourceGroupName)
        Parameters:
        resourceGroupName - The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
        Returns:
        builder
      • resourceGroupName

        public GetSharedPrivateLinkResourceArgs.Builder resourceGroupName​(java.lang.String resourceGroupName)
        Parameters:
        resourceGroupName - The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
        Returns:
        builder
      • searchServiceName

        public GetSharedPrivateLinkResourceArgs.Builder searchServiceName​(com.pulumi.core.Output<java.lang.String> searchServiceName)
        Parameters:
        searchServiceName - The name of the Azure Cognitive Search service associated with the specified resource group.
        Returns:
        builder
      • searchServiceName

        public GetSharedPrivateLinkResourceArgs.Builder searchServiceName​(java.lang.String searchServiceName)
        Parameters:
        searchServiceName - The name of the Azure Cognitive Search service associated with the specified resource group.
        Returns:
        builder
      • sharedPrivateLinkResourceName

        public GetSharedPrivateLinkResourceArgs.Builder sharedPrivateLinkResourceName​(com.pulumi.core.Output<java.lang.String> sharedPrivateLinkResourceName)
        Parameters:
        sharedPrivateLinkResourceName - The name of the shared private link resource managed by the Azure Cognitive Search service within the specified resource group.
        Returns:
        builder
      • sharedPrivateLinkResourceName

        public GetSharedPrivateLinkResourceArgs.Builder sharedPrivateLinkResourceName​(java.lang.String sharedPrivateLinkResourceName)
        Parameters:
        sharedPrivateLinkResourceName - The name of the shared private link resource managed by the Azure Cognitive Search service within the specified resource group.
        Returns:
        builder